Apr. 28th, 2015

sergey_cheban: (Аракчеев)
http://b.atch.se/posts/non-constant-constant-expressions/

Краткое содержание:

//
int main () {
constexpr int a = f ();
constexpr int b = f ();
static_assert (a != b, "fail");
}
Page generated Oct. 6th, 2025 10:05 pm
Powered by Dreamwidth Studios