-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Static assertions for template type properties required #1729
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
unstale. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
unstale. |
@t-b Thanks for keeping the stale bot away. However, there was no activity since August 27. Would you have time to propose a PR? |
@nlohmann Yes if you think this is good idea I can propose one. I just wanted to know from you before if you think this is a good idea. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
While working on #1722 I realized that I'm relying on quite a few properties of NumberUnsignedType and NumberIntegerType.
These are:
Do we need
static_assert
enforcing that?One could put it into basic_json::assert_invariant.
The text was updated successfully, but these errors were encountered: