cierelabs / boostache

Template engine library in C++
92 stars 62 forks source link

mustache_end2end test does not build #36

Open jefftrull opened 5 years ago

jefftrull commented 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