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

Example are missing to include render.cpp #5

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

Example are missing to include render.cpp #5

RoyBellingan opened this issue Feb 5, 2023 · 2 comments

Comments

@RoyBellingan
Copy link

The library declare itself as header only and requiring only to include
#include <boost/mustache.hpp>
#include <boost/describe.hpp>

But I needed to also
#include "renderer.cpp"

(so you have a portable "almost" header only library like boost.json is doing with #include <boost/json/src.hpp>)

@pdimov
Copy link
Owner

pdimov commented Feb 5, 2023

No, the library isn't header-only.

@RoyBellingan
Copy link
Author

sorry maybe I confused while reading with another one.

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

2 participants