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 10a1ca5 commit 391c34fCopy full SHA for 391c34f
1 file changed
src/utki/debug.hpp
@@ -38,21 +38,12 @@ SOFTWARE.
38
#include "macros.hpp"
39
40
#if CFG_CPP >= 20
41
-# if __has_include(<source_location>)
42
-# include <source_location>
+# include <source_location>
43
44
namespace utki {
45
using std_source_location = std::source_location;
46
} // namespace utki
47
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
56
#endif
57
58
#if defined(_DEBUG) && !defined(DEBUG)
0 commit comments