Posts

gcd

More and More Save

/
In the post Statically checked I wrote that the functions of the type-traits library are an ideal fit…
static assert

Statically Checked

/
static_assert is the tool in modern C++ to make your code safe. static_assert The usage of static_assert…