mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Switch to C++17 for Mac OS X
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include <functional>
|
||||
|
||||
#ifndef STD_FILESYSTEM
|
||||
# if (!defined(MAC_OSX) && !TARGET_OS_SIMULATOR && \
|
||||
# if (!TARGET_OS_SIMULATOR && \
|
||||
(__cplusplus >= 201703L) && __has_include(<filesystem>)) // C++ 17 or higher and supports std::filesystem
|
||||
# define STD_FILESYSTEM 1
|
||||
# else
|
||||
|
||||
Reference in New Issue
Block a user