This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
gplib
Watch
1
Star
1
Fork
0
Code
Issues
8
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixed optional and function dependeny on memory.hpp
devel
Ludovic 'Archivist' Lagouardette
4 years ago
parent
0e874252a8
9bf5404f14
commit
2d32cb2067
2 changed files
with
0 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
include/gp/function.hpp
+0
-1
include/gp/optional.hpp
+ 0
- 1
include/gp/function.hpp
View File
@ -1,5 +1,4 @@
#
pragma once
#
pragma once
#
include
"gp/memory.hpp"
#
include
"gp/exception.hpp"
#
include
"gp/exception.hpp"
namespace
gp
{
namespace
gp
{
+ 0
- 1
include/gp/optional.hpp
View File
@ -3,7 +3,6 @@
#
include
"gp_config.hpp"
#
include
"gp_config.hpp"
#
include
"gp/exception.hpp"
#
include
"gp/exception.hpp"
#
include
"gp/algorithm/move.hpp"
#
include
"gp/algorithm/move.hpp"
#
include
"gp/memory.hpp"
namespace
gp
{
namespace
gp
{
struct
nullopt_t
{
}
;
struct
nullopt_t
{
}
;
Write
Preview
Loading…
Cancel
Save