| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f5d1bf9 commit e28fa6c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -32,7 +32,7 @@ class Vector { | |||
| 32 | 32 | ||
| 33 | 33 | // Returns true if the Vector is front-to-back, false if back-to-front. | |
| 34 | 34 | // In the latter case, v[0] corresponds to the *end* of the memory range. | |
| 35 | - size_t forward() const { return is_forward_; } | ||
| 35 | + bool forward() const { return is_forward_; } | ||
| 36 | 36 | ||
| 37 | 37 | // Access individual vector elements - checks bounds in debug mode. | |
| 38 | 38 | T& operator[](size_t index) const { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments