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

Add an option to disable thiserror::v1 #244

Merged
merged 2 commits into from
Mar 6, 2022
Merged

Conversation

ken-matsui
Copy link
Collaborator

This PR brings an option to disable thiserror::v1 when using C++20.
The v1 is now disabled by default on C++20 because I think most users do not want to use an extra dependency (Boost.Metaparse). When we want to keep v1, we can enable it by defining MITAMA_THISERROR_ENABLE_V1 like #define MITAMA_THISERROR_ENABLE_V1 true.

@ken-matsui ken-matsui merged commit 8a60965 into master Mar 6, 2022
@ken-matsui ken-matsui deleted the ken-matsui-patch-1 branch March 6, 2022 13:06
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

Successfully merging this pull request may close these issues.

None yet

1 participant