hedley icon indicating copy to clipboard operation
hedley copied to clipboard

add specific constexpr versions

Open ZXShady opened this issue 1 year ago • 0 comments

for example HEDLEY_CONSTEXPR14 for C++14 compiles into constexpr and above otherwise compile to no keyword HEDLEY_CONSTEXPR17 HEDLEY_CONSTEXPR20 .. etc... we have HEDLEY_CONSTEXPR but it is only limited for C++11

ZXShady avatar Jun 06 '24 17:06 ZXShady