mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 23:25:24 +02:00
The default_initializable concept is defined in terms of some builtins which should be cheap to evaluate. Check that before instantiating the allocator_traits class template. libstdc++-v3/ChangeLog: * include/std/generator (_Stateless_alloc): Swap order of constraints. Reviewed-by: Tomasz Kamiński <tkaminsk@redhat.com> Reviewed-by: Arsen Arsenović <arsen@aarsen.me>