mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
Windows fixes
This commit is contained in:
@@ -646,4 +646,9 @@ string string_l(const char* data)
|
||||
}
|
||||
#endif
|
||||
|
||||
template <class T>
|
||||
using optional = std::experimental::optional<T>;
|
||||
using nullopt_t = std::experimental::nullopt_t;
|
||||
constexpr nullopt_t nullopt{nullopt_t::init()};
|
||||
|
||||
} // namespace rstl
|
||||
|
||||
Reference in New Issue
Block a user