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

Doc request: indicate constexpr support for algorithms #83

Open
hadrielk opened this issue Jan 6, 2021 · 0 comments
Open

Doc request: indicate constexpr support for algorithms #83

hadrielk opened this issue Jan 6, 2021 · 0 comments

Comments

@hadrielk
Copy link

hadrielk commented Jan 6, 2021

Hi,
I believe most if not all of the algorithms in boost are constexpr if the compiler supports it and C++14 or greater is used. (yes?)

That's not indicated in the docs, as far as I can tell. I recently implemented a couple myself because I assumed the boost ones were not, from the docs; and at the time I didn't go look in the source code to see that they actually were. (yeah, I was being an idiot)

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

No branches or pull requests

1 participant