Ludovic 'Archivist' Lagouardette 4 лет назад
Родитель
Сommit
b7e5d3f483
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      include/gp/vector.hpp

+ 1
- 1
include/gp/vector.hpp Просмотреть файл

@ -8,11 +8,11 @@
namespace gp{
template<typename T>
class vector{
public:
T* ary;
size_t sz;
size_t cap;
gp::reference_wrapper<allocator> alloc;
public:
using associated_iterator = pointer_iterator<T, 1>;
using associated_const_iterator = const_pointer_iterator<T, 1>;
using associated_riterator = pointer_iterator<T, -1>;

Загрузка…
Отмена
Сохранить