Ver a proveniência

Pointers fix

channel
Ludovic 'Archivist' Lagouardette há 3 anos
ascendente
cometimento
edf2075b1e
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      include/gp/utils/pointers.hpp

+ 1
- 1
include/gp/utils/pointers.hpp Ver ficheiro

@ -36,7 +36,7 @@ namespace gp {
unique_ptr<U> cast() {
auto save = data;
data = nullptr;
return unique_ptr<U>(safe, owner);
return unique_ptr<U>(save, owner);
}
T* operator->() {

Carregando…
Cancelar
Guardar