aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/source_location
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/source_location')
-rw-r--r--libcxx/include/source_location2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/source_location b/libcxx/include/source_location
index bbbb86b..b4777ce 100644
--- a/libcxx/include/source_location
+++ b/libcxx/include/source_location
@@ -55,7 +55,7 @@ class source_location {
// in constant evaluation, so we don't want to use `void*` as the argument
// type unless the builtin returned that, anyhow, and the invalid cast is
// unavoidable.
- using __bsl_ty = decltype(__builtin_source_location());
+ using __bsl_ty _LIBCPP_NODEBUG = decltype(__builtin_source_location());
public:
// The defaulted __ptr argument is necessary so that the builtin is evaluated