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 c015184 commit 3978311Copy full SHA for 3978311
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