summaryrefslogtreecommitdiff
path: root/libcxx/include/__format/format_arg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__format/format_arg.h')
-rw-r--r--libcxx/include/__format/format_arg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__format/format_arg.h b/libcxx/include/__format/format_arg.h
index a973ccd43c42..1c530fd5a5d0 100644
--- a/libcxx/include/__format/format_arg.h
+++ b/libcxx/include/__format/format_arg.h
@@ -208,7 +208,7 @@ _LIBCPP_HIDE_FROM_ABI _Rp __visit_format_arg(_Visitor&& __vis, basic_format_arg<
/// separate arrays.
template <class _Context>
class __basic_format_arg_value {
- using _CharT = typename _Context::char_type;
+ using _CharT _LIBCPP_NODEBUG = typename _Context::char_type;
public:
/// Contains the implementation for basic_format_arg::handle.