File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,13 +140,13 @@ concept viewable_range =
140140# if _LIBCPP_STD_VER >= 23
141141
142142template <class ... _Rs>
143- using __concat_reference_t = common_reference_t <range_reference_t <_Rs>...>;
143+ using __concat_reference_t _LIBCPP_NODEBUG = common_reference_t <range_reference_t <_Rs>...>;
144144
145145template <class ... _Rs>
146- using __concat_value_t = common_type_t <range_value_t <_Rs>...>;
146+ using __concat_value_t _LIBCPP_NODEBUG = common_type_t <range_value_t <_Rs>...>;
147147
148148template <class ... _Rs>
149- using __concat_rvalue_reference_t = common_reference_t <range_rvalue_reference_t <_Rs>...>;
149+ using __concat_rvalue_reference_t _LIBCPP_NODEBUG = common_reference_t <range_rvalue_reference_t <_Rs>...>;
150150
151151template <class _Ref , class _RRef , class _It >
152152concept __concat_indirectly_readable_impl = requires (const _It __it) {
You can’t perform that action at this time.
0 commit comments