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

C++17 static_assert #1226

Closed
guwirth opened this issue Sep 8, 2017 · 1 comment · Fixed by #1227
Closed

C++17 static_assert #1226

guwirth opened this issue Sep 8, 2017 · 1 comment · Fixed by #1227
Assignees
Milestone

Comments

@guwirth
Copy link
Collaborator

guwirth commented Sep 8, 2017

message can be omitted since C++17 (http://en.cppreference.com/w/cpp/language/static_assert)

static_assert ( bool_constexpr , message );  // since C++11
static_assert ( bool_constexpr  );  // since C++17
@guwirth guwirth added this to the 0.9.8 milestone Sep 8, 2017
@guwirth guwirth self-assigned this Sep 8, 2017
@guwirth
Copy link
Collaborator Author

guwirth commented Sep 8, 2017

related to #1104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant