# HG changeset patch # Parent 585afa0bd4a3567358ed9efd210d1a1dab740005 libstdc++: Don't use reserved identifiers in simd headers diff --git a/libstdc++-v3/include/experimental/bits/simd.h b/libstdc++-v3/include/experimental/bits/simd.h --- a/libstdc++-v3/include/experimental/bits/simd.h +++ b/libstdc++-v3/include/experimental/bits/simd.h @@ -201,8 +201,8 @@ template inline constexpr overaligned_tag<_Np> overaligned = {}; // }}} -template - using _SizeConstant = integral_constant; +template + using _SizeConstant = integral_constant; // unrolled/pack execution helpers // __execute_n_times{{{ @@ -4060,11 +4060,11 @@ template