Skip to content

Commit 450ea67

Browse files
committed
fix conflicts
1 parent 2b8915d commit 450ea67

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

libs/openFrameworks/utils/ofConstants.h

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -428,20 +428,6 @@ typedef TESSindex ofIndexType;
428428
#if defined(OF_USE_EXPERIMENTAL_FS)
429429
// C++17 experimental fs support
430430
#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-
=======
445431

446432
namespace std {
447433
namespace experimental{
@@ -451,18 +437,12 @@ typedef TESSindex ofIndexType;
451437
}
452438
}
453439

454-
>>>>>>> master
455440
namespace of {
456441
namespace filesystem = std::experimental::filesystem;
457442
}
458443
#else
459444
#include <filesystem>
460-
<<<<<<< HEAD
461-
namespace of {
462-
#if OF_HAS_CPP17
463-
=======
464445
#if defined(OF_HAS_CPP17)
465-
>>>>>>> master
466446
// Regular C++17 fs support
467447
namespace filesystem = std::filesystem;
468448
#else

0 commit comments

Comments
 (0)