Skip to content

Commit e1505dd

Browse files
committed
Remove outdated comment
1 parent efb4827 commit e1505dd

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

include/experimental/__p2630_bits/submdspan_extents.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,6 @@ constexpr Integral last_of(
274274
return i;
275275
}
276276

277-
// clang++ with C++14 is not fond of the pragma appearing inside the
278-
// macro definition. In that case, it complains, "error: embedding a
279-
// directive within macro arguments has undefined behavior
280-
// [-Werror,-Wembedded-directive]." The fix is to duplicate code.
281-
282277
#if ! defined(MDSPAN_ENABLE_P3663)
283278

284279
// P3663 does not need these index_pair_like overloads,

0 commit comments

Comments
 (0)