Skip to content

Commit 391c34f

Browse files
committed
stuff
1 parent 10a1ca5 commit 391c34f

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

src/utki/debug.hpp

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,12 @@ SOFTWARE.
3838
#include "macros.hpp"
3939

4040
#if CFG_CPP >= 20
41-
# if __has_include(<source_location>)
42-
# include <source_location>
41+
# include <source_location>
4342

4443
namespace utki {
4544
using std_source_location = std::source_location;
4645
} // namespace utki
4746

48-
# else
49-
# include <experimental/source_location>
50-
51-
namespace utki {
52-
using std_source_location = std::experimental::source_location;
53-
} // namespace utki
54-
55-
# endif
5647
#endif
5748

5849
#if defined(_DEBUG) && !defined(DEBUG)

0 commit comments

Comments
 (0)