8 Feb
2023
8 Feb
'23
5 p.m.
That's not entirely true.
is functional under GCC 4.8, it's only missing a handful of traits (is_trivially_*) and that's not hard to work around.
https://github.com/boostorg/variant2/blob/95a8c5ffec407533893fa39900bc7799c2...
Everything can be worked around by either a) trading one boost dependency for another (TypeTraits -> MP11) or b) rolling my own solution every time. I expect that we will stay at C++11 for years to come so drawing the line at fully compliant C++11 would be a clean cut. Matt