[spirit-x3]What's use case for x3::variant<OnlyOneComponent>?
Since:
http://www.boost.org/doc/libs/1_65_0/libs/spirit/doc/html/spirit/qi/quick_re...
doesn't mention a unary variant:
variant<A>
and the comments in:
https://github.com/boostorg/spirit/blob/develop/include/boost/spirit/home/qi/operator/alternative.hpp#L59
indicates variant<T> is collapsed to T, why isn't the x3::variant here:
https://github.com/boostorg/spirit/blob/develop/include/boost/spirit/home/x3/support/ast/variant.hpp#L121
declared as:
template
participants (1)
-
Larry Evans