Remove Optional

Update hecl
This commit is contained in:
Phillip Stephens 2016-03-25 19:25:04 -07:00
parent fedc93912d
commit 39a30f9bb7
5 changed files with 2 additions and 1049 deletions

View File

@ -4,7 +4,7 @@
#include "Runtime/IFactory.hpp"
#include "Runtime/CFactoryMgr.hpp"
#include "Runtime/CResFactory.hpp"
#include "Runtime/optional.hpp"
#include "optional.hpp"
#include <thread>
#include <mutex>

View File

@ -66,7 +66,6 @@ add_library(RuntimeCommon
CPlayMovieBase.hpp
CGameDebug.hpp CGameDebug.cpp
rstl.hpp rstl.cpp
optional.hpp optional.cpp
GameGlobalObjects.hpp
RetroTypes.hpp
GCNTypes.hpp

View File

@ -1,2 +0,0 @@
#include "optional.hpp"
logvisor::Module OptionalLogModule("optional.hpp");

File diff suppressed because it is too large Load Diff

2
hecl

@ -1 +1 @@
Subproject commit 2fe1611e63d2993a1892ce00c1a108226aaecb52
Subproject commit b6be61576548e44bc5a06e58813965ddd5c5ca94