-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Allow ordered_json in NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE macro #4528
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
Allow ordered_json in NLOHMANN_DEFINE_TYPE_NON_INTRUSIVE macro #4528
Conversation
🔴 Amalgamation check failed! 🔴The source code has not been amalgamated. @ArashPartow |
This version in enum handling is what they should really be:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with #4528 (comment) - a templated version would be a cleaner solution. Especially if more specializations are added such as #4517.
This pull request has been marked as stale because it has had no activity for 30 days. While we won’t close it automatically, we encourage you to update or comment if it is still relevant. Keeping pull requests active and up-to-date helps us review and merge changes more efficiently. Thank you for your contributions! |
Closed in favor of #4597. |
Allow for
ordered_json
type to be used with the define macros provided inmacro_scope.hpp
.Usage: