We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7f24d4 commit ae0eb60Copy full SHA for ae0eb60
include/beman/inplace_vector/inplace_vector.hpp
@@ -472,7 +472,7 @@ struct inplace_vector
472
using const_pointer = const T *;
473
using reference = value_type &;
474
using const_reference = const value_type &;
475
- // Note: This may be different from base_t::size_t.
+ // Note: This may be different from base_t::size_type
476
using size_type = std::size_t;
477
using difference_type = std::ptrdiff_t;
478
using iterator = pointer;
0 commit comments