You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Hi,
I believe most if not all of the algorithms in
boost
areconstexpr
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)The text was updated successfully, but these errors were encountered: