mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-22 21:37:17 +01:00
removed dependency from boost::filesystem
This commit is contained in:
parent
8189ff0f48
commit
ea3f356856
|
@ -16,8 +16,8 @@
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
#ifndef STD_FILESYSTEM
|
#ifndef STD_FILESYSTEM
|
||||||
#include <filesystem>
|
|
||||||
#if __cplusplus >= 201703L // C++ 17 or higher
|
#if __cplusplus >= 201703L // C++ 17 or higher
|
||||||
|
#include <filesystem>
|
||||||
#if (!defined(MAC_OSX) && !TARGET_OS_SIMULATOR && defined(__cpp_lib_filesystem)) // supports std::filesystem
|
#if (!defined(MAC_OSX) && !TARGET_OS_SIMULATOR && defined(__cpp_lib_filesystem)) // supports std::filesystem
|
||||||
# define STD_FILESYSTEM 1
|
# define STD_FILESYSTEM 1
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue