boostorg / range

Boost.org range module
http://boost.org/libs/range
42 stars 101 forks source link

Added BOOST_CONSTEXPR for begin()/end() #44

Closed apolukhin closed 7 years ago

apolukhin commented 8 years ago

Attempt to implement some parts of P0031R0 in Boost.

apolukhin commented 7 years ago

P0031R0 was accepted into the C++17. This pull request will mekae Boost.Range closer to the C++.

Any comments on the pull request?