Ver a proveniência

fixed some permissions

cbor
Ludovic 'Archivist' Lagouardette há 3 anos
ascendente
cometimento
b7e5d3f483
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      include/gp/vector.hpp

+ 1
- 1
include/gp/vector.hpp Ver ficheiro

@ -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>;

Carregando…
Cancelar
Guardar