Pārlūkot izejas kodu

fixed some permissions

cbor
Ludovic 'Archivist' Lagouardette pirms 3 gadiem
vecāks
revīzija
b7e5d3f483
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      include/gp/vector.hpp

+ 1
- 1
include/gp/vector.hpp Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt