Files
variant2/include
Alan de Freitas b6ce8ac8ad Add missing -Wmaybe-uninitialized pragma to recursive variant_storage_impl
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
2026-02-23 22:44:54 -05:00
..