-
Notifications
You must be signed in to change notification settings - Fork 88
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
Namespace collision between PEGTL and Sequences lib #156
Comments
Any updates on this? I think either one of the structs or one of the namespaces will have to be renamed |
I've renamed the namespace from |
Cool, thanks a lot! I guess because it’s a breaking change, it would have to be v3.0.0 if you following semver rules? Until the Conan Index PR is accepted, I‘ll use a local version with patches EDIT: |
I added the Changelog entry for 3.0.0, but it is not yet released. I will create a release tag after the CI jobs are fixed. |
@d-frey don't worry, I can take a look this weekend 😄 |
@d-frey Done, the CI is working without errors again. Please, check https://github.com/taocpp/json/actions?query=branch%3Amain |
I wanted to use the taocpp/json lib as well as the taocpp/sequences lib via conan:
I some files, I need both (JSON and the sequences lib):
However, there seems to be a namespace collision?
Any idea how to fix this, except separating things somehow?
The text was updated successfully, but these errors were encountered: