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

Replace BOOST_STATIC_CONSTANT with constexpr #211

Merged

Conversation

mloskot
Copy link
Member

@mloskot mloskot commented Jan 12, 2019

Tidy up formatting of refactored parts of code.

Tasklist

  • Review
  • Adjust for comments
  • All CI builds and checks have passed

@mloskot mloskot added the cat/refactoring Any nonfunctional changes label Jan 12, 2019
@mloskot mloskot added this to the Boost 1.70 milestone Jan 12, 2019
@mloskot mloskot self-assigned this Jan 12, 2019
@mloskot mloskot added this to To Do in C++11 Modernization via automation Jan 12, 2019
Tidy up formatting of refactored parts of code.
@mloskot mloskot force-pushed the ml/replace-boost-constant-with-constexpr branch from e51b5ab to 81c76b1 Compare January 12, 2019 21:47
@mloskot
Copy link
Member Author

mloskot commented Jan 12, 2019

@stefanseefeld CI-s are green. Shall I merge this?

@mloskot mloskot merged commit a2b2ca9 into boostorg:develop Jan 12, 2019
C++11 Modernization automation moved this from To Do to Done Jan 12, 2019
@mloskot mloskot deleted the ml/replace-boost-constant-with-constexpr branch January 12, 2019 22:57
mloskot added a commit that referenced this pull request Jan 14, 2019
The constexpr belongs to the declaration specifiers (like static) and
not just the type specifiers (like cv-qualifiers), so it binds to
the declaration (like static), not the type (like const).

Refines #211
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat/refactoring Any nonfunctional changes
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants