mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-09 23:22:10 +00:00
When variant types are generated from MPL sequences the actual variant type is boost::variant<over_sequence<Sequence... and thus T0 is over_sequence<>. This fix use the first bounded type instead of T0.