mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
This implements LWG4486. integral-constant-like and constexpr-wrapper-like exposition-only concept duplication. libstdc++-v3/ChangeLog: * include/bits/simd_details.h (simd::__constexpr_wrapper_like): Move to... * include/std/concepts (std::__constexpr_wrapper_like): Moved from bits/simd_details.h. * include/std/span (std::__integral_constant_like): Define in terms of __constexpr_wrapper_like. * testsuite/std/simd/traits_impl.cc: Added using declaration for std::__constexpr_wrapper_like. Reviewed-by: Jonathan Wakely <jwakely@redhat.com> Signed-off-by: Tomasz Kamiński <tkaminsk@redhat.com>