Ident nested preprocessor

This commit is contained in:
Dmitry Marakasov 2014-12-25 22:25:44 +03:00
parent f31497f9a7
commit 19154ec765

View File

@ -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 {