소스 검색

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

불러오는 중...
취소
저장