Browse Source

fixed optional and function dependeny on memory.hpp

devel
Ludovic 'Archivist' Lagouardette 4 years ago
parent
commit
2d32cb2067
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      include/gp/function.hpp
  2. +0
    -1
      include/gp/optional.hpp

+ 0
- 1
include/gp/function.hpp View File

@ -1,5 +1,4 @@
#pragma once
#include "gp/memory.hpp"
#include "gp/exception.hpp"
namespace gp{

+ 0
- 1
include/gp/optional.hpp View File

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

Loading…
Cancel
Save