Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
RoyBellingan opened this issue Feb 5, 2023 · 0 comments
Open

Comments

@RoyBellingan
Copy link

RoyBellingan commented Feb 5, 2023

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant