File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
libs/openFrameworks/utils Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -428,20 +428,6 @@ typedef TESSindex ofIndexType;
428
428
#if defined(OF_USE_EXPERIMENTAL_FS)
429
429
// C++17 experimental fs support
430
430
#include < experimental/filesystem>
431
- <<<<<<< HEAD
432
- namespace std {
433
- namespace experimental {
434
- namespace filesystem {
435
- #if OF_HAS_CPP17
436
- using path = v1::path;
437
- #else
438
- using path = v1::__cxx11::path;
439
- #endif
440
- }
441
- }
442
- }
443
-
444
- =======
445
431
446
432
namespace std {
447
433
namespace experimental{
@@ -451,18 +437,12 @@ typedef TESSindex ofIndexType;
451
437
}
452
438
}
453
439
454
- >>>>>>> master
455
440
namespace of {
456
441
namespace filesystem = std::experimental::filesystem;
457
442
}
458
443
#else
459
444
#include < filesystem>
460
- <<<<<<< HEAD
461
- namespace of {
462
- #if OF_HAS_CPP17
463
- =======
464
445
#if defined(OF_HAS_CPP17)
465
- >>>>>>> master
466
446
// Regular C++17 fs support
467
447
namespace filesystem = std::filesystem;
468
448
#else
You can’t perform that action at this time.
0 commit comments