mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-04 03:15:59 -04:00
Ident nested preprocessor
This commit is contained in:
parent
f31497f9a7
commit
19154ec765
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#if defined(SDL2PP_WITH_EXPERIMENTAL_OPTIONAL)
|
#if defined(SDL2PP_WITH_EXPERIMENTAL_OPTIONAL)
|
||||||
|
|
||||||
#include <experimental/optional>
|
# include <experimental/optional>
|
||||||
|
|
||||||
namespace SDL2pp {
|
namespace SDL2pp {
|
||||||
|
|
||||||
@ -41,7 +41,7 @@ constexpr std::experimental::nullopt_t NullOpt = std::experimental::nullopt;
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include <SDL2pp/external/libcpp_optional.hh>
|
# include <SDL2pp/external/libcpp_optional.hh>
|
||||||
|
|
||||||
namespace SDL2pp {
|
namespace SDL2pp {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user