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 82feb81 commit 949fb2aCopy full SHA for 949fb2a
1 file changed
src/utki/debug.hpp
@@ -44,12 +44,14 @@ SOFTWARE.
44
namespace utki {
45
using std_source_location = std::source_location;
46
} // namespace utki
47
+
48
# else
49
# include <experimental/source_location>
50
51
52
using std_source_location = std::experimental::source_location;
53
54
55
# endif
56
#endif
57
0 commit comments