ソースを参照

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

読み込み中…
キャンセル
保存