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
fixed optional and function dependeny on memory.hpp
devel
Ludovic 'Archivist' Lagouardette
hace 4 años
padre
0e874252a8
9bf5404f14
commit
2d32cb2067
Se han
modificado 2 ficheros
con
0 adiciones
y
2 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-1
include/gp/function.hpp
+0
-1
include/gp/optional.hpp
+ 0
- 1
include/gp/function.hpp
Ver fichero
@ -1,5 +1,4 @@
#
pragma once
#
include
"gp/memory.hpp"
#
include
"gp/exception.hpp"
namespace
gp
{
+ 0
- 1
include/gp/optional.hpp
Ver fichero
@ -3,7 +3,6 @@
#
include
"gp_config.hpp"
#
include
"gp/exception.hpp"
#
include
"gp/algorithm/move.hpp"
#
include
"gp/memory.hpp"
namespace
gp
{
struct
nullopt_t
{
}
;
Escribir
Vista previa
Cargando…
Cancelar
Guardar