Skip to content

Commit 8e4887f

Browse files
committed
[libc++][NFC] Remove redundant preprocessor directive
1 parent 67c6ad6 commit 8e4887f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libcxx/include/span

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,10 +564,8 @@ _LIBCPP_HIDE_FROM_ABI auto as_writable_bytes(span<_Tp, _Extent> __s) noexcept {
564564
return __s.__as_writable_bytes();
565565
}
566566

567-
# if _LIBCPP_STD_VER >= 20
568567
template <contiguous_iterator _It, class _EndOrSize>
569568
span(_It, _EndOrSize) -> span<remove_reference_t<iter_reference_t<_It>>>;
570-
# endif // _LIBCPP_STD_VER >= 20
571569

572570
template <class _Tp, size_t _Sz>
573571
span(_Tp (&)[_Sz]) -> span<_Tp, _Sz>;

0 commit comments

Comments
 (0)