fuerte
fuerte copied to clipboard
files in include use directly boost
This is a problem because you force a certain boost version on the user. There are many projects (like ArangoDB itself) that want to keep control over the version used. So I suggest to use boost only in includes that live in /src and make them available via pimpl.