mirror of
https://github.com/boostorg/variant2.git
synced 2026-08-25 14:43:18 +02:00
The pragma added in the flat (10-member) specialization for #55 is missing from the recursive (T1, T...) specialization. GCC 14/15 at -O3 triggers the same false positive here when deeply inlining constexpr functions (e.g. system::result<url_view> construction). Refs #55