Loading...
Searching...
No Matches
Go to the documentation of this file.
5#if defined(__cpp_lib_is_constant_evaluated) && __cpp_lib_is_constant_evaluated >= 201811L
6# define BS_CONST_EVALUATED() (std::is_constant_evaluated())
7# define BS_CONSTEXPR constexpr
9# define BS_CONST_EVALUATED() constexpr (false)