Explorar el Código

fixed optional and function dependeny on memory.hpp

devel
Ludovic 'Archivist' Lagouardette hace 4 años
padre
commit
2d32cb2067
Se han modificado 2 ficheros con 0 adiciones y 2 borrados
  1. +0
    -1
      include/gp/function.hpp
  2. +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{};

Cargando…
Cancelar
Guardar