Switch to C++17 for Mac OS X

This commit is contained in:
orignal 2024-09-01 15:23:14 -04:00
parent 509c039e2f
commit bbadbdbfdb
4 changed files with 5 additions and 3 deletions
libi2pd

View file

@ -9,7 +9,9 @@
#include <algorithm>
#if defined(MAC_OSX)
#if !STD_FILESYSTEM
#include <boost/system/system_error.hpp>
#endif
#include <TargetConditionals.h>
#endif