You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With gcc 8.3.0 and Boost 1.67/1.69 this test does not build and complains that my_node_t is an incomplete type. It appears to be an issue with spirit::extended_variant and can be resolved using recursive_wrapper
The text was updated successfully, but these errors were encountered:
With gcc 8.3.0 and Boost 1.67/1.69 this test does not build and complains that
my_node_t
is an incomplete type. It appears to be an issue withspirit::extended_variant
and can be resolved usingrecursive_wrapper
The text was updated successfully, but these errors were encountered: