From 1eb1ac3a2848d19e4048044a4321d7e444a9926c Mon Sep 17 00:00:00 2001 From: qPCR4vir Date: Sun, 26 Jun 2016 00:30:10 +0200 Subject: [PATCH] don't use VS2013 filesytem --- include/nana/c++defines.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/nana/c++defines.hpp b/include/nana/c++defines.hpp index 29cb0e0f..609f0eeb 100644 --- a/include/nana/c++defines.hpp +++ b/include/nana/c++defines.hpp @@ -58,8 +58,9 @@ # define noexcept //no support of noexcept until Visual C++ 2015 # define constexpr const //no support of constexpr until Visual C++ 2015 ? const ?? -# endif +# else # undef STD_FILESYSTEM_NOT_SUPPORTED +# endif #elif defined(__GNUC__) # if (__GNUC__ == 4 && __GNUC_MINOR__ < 6) # define noexcept //no support of noexcept until GCC 4.6