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 938d33c commit 0e64c2fCopy full SHA for 0e64c2f
include/boost/ut.hpp
@@ -252,7 +252,7 @@ constexpr auto regex_match(const char *str, const char *pattern) -> bool {
252
} // namespace utility
253
254
namespace reflection {
255
-#if defined(__cpp_lib_source_location)
+#if defined(__cpp_lib_source_location) && !defined(_LIBCPP_APPLE_CLANG_VER)
256
using source_location = std::source_location;
257
#else
258
class source_location {
0 commit comments