pdimov/mustache

Maybe the example are missing #include <boost/json/src.hpp>

Opened this issue · 0 comments

If compiling with GCC 12.2.1 on opensuse tumbleweed, boost 1.81, using C++14 and forward I have several references to missing definition, they are solved adding

#include <boost/json/src.hpp>

I know having this defined in multiple TU will lead to multiple definition error, but maybe leave a reference in the include section to enable if needed ?