Skip to content

Commit ff04d82

Browse files
fix libcpp nodebug
1 parent e966d30 commit ff04d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__ranges/concat_view.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ struct __last_view : __last_view<_Views...> {};
9393

9494
template <class _View>
9595
struct __last_view<_View> {
96-
using type = _View;
96+
using type _LIBCPP_NODEBUG = _View;
9797
};
9898

9999
template <class _Ref, class _RRef, class _It>

0 commit comments

Comments
 (0)