瀏覽代碼

fixed optional and function dependeny on memory.hpp

devel
Ludovic 'Archivist' Lagouardette 4 年之前
父節點
當前提交
2d32cb2067
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. +0
    -1
      include/gp/function.hpp
  2. +0
    -1
      include/gp/optional.hpp

+ 0
- 1
include/gp/function.hpp 查看文件

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

+ 0
- 1
include/gp/optional.hpp 查看文件

@ -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…
取消
儲存