mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
don't use clock_cast with clang
This commit is contained in:
parent
d71f3d40fa
commit
937809bc0f
2 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
#include <sstream>
|
||||
#include <functional>
|
||||
|
||||
#if (!(defined(_WIN32) && defined(__clang__)) && !defined(MAC_OSX) && !TARGET_OS_SIMULATOR && \
|
||||
#if (!defined(MAC_OSX) && !TARGET_OS_SIMULATOR && \
|
||||
(__cplusplus >= 201703L) && defined(__cpp_lib_filesystem)) // C++ 17 or higher supporting filesystem
|
||||
# define STD_FILESYSTEM 1
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue