Open jefftrull opened 5 years ago
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
my_node_t
spirit::extended_variant
recursive_wrapper
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