don't use VS2013 filesytem

This commit is contained in:
qPCR4vir 2016-06-26 00:30:10 +02:00
parent a0e6a36e37
commit 1eb1ac3a28

View File

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