1 parent efb4827 commit e1505ddCopy full SHA for e1505dd
1 file changed
include/experimental/__p2630_bits/submdspan_extents.hpp
@@ -274,11 +274,6 @@ constexpr Integral last_of(
274
return i;
275
}
276
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
-
282
#if ! defined(MDSPAN_ENABLE_P3663)
283
284
// P3663 does not need these index_pair_like overloads,
0 commit comments