We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450ea67 commit 71239caCopy full SHA for 71239ca
libs/openFrameworks/utils/ofConstants.h
@@ -428,7 +428,6 @@ typedef TESSindex ofIndexType;
428
#if defined(OF_USE_EXPERIMENTAL_FS)
429
// C++17 experimental fs support
430
#include <experimental/filesystem>
431
-
432
namespace std {
433
namespace experimental{
434
namespace filesystem {
@@ -442,12 +441,8 @@ typedef TESSindex ofIndexType;
442
441
}
443
#else
444
#include <filesystem>
445
- #if defined(OF_HAS_CPP17)
446
- // Regular C++17 fs support
447
- namespace filesystem = std::filesystem;
448
- #else
+ namespace of {
449
namespace filesystem = std::filesystem;
450
- #endif
451
452
#endif
453
#else //not OF_USING_STD_FS
0 commit comments