Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
gplib
Seguir
1
Destacar
1
Fork
0
Código
Incidencias
8
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Pointers fix
channel
Ludovic 'Archivist' Lagouardette
hace 3 años
padre
a570ed4745
commit
edf2075b1e
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
include/gp/utils/pointers.hpp
+ 1
- 1
include/gp/utils/pointers.hpp
Ver fichero
@ -36,7 +36,7 @@ namespace gp {
unique_ptr
<
U
>
cast
(
)
{
auto
save
=
data
;
data
=
nullptr
;
return
unique_ptr
<
U
>
(
sa
f
e
,
owner
)
;
return
unique_ptr
<
U
>
(
sa
v
e
,
owner
)
;
}
T
*
operator
-
>
(
)
{
Escribir
Vista previa
Cargando…
Cancelar
Guardar