|
|
|
|
|
by boomer_joe
2035 days ago
|
|
What is the advantage of your assume macro over regular C11 static_assert / assert? Apologies if it is immediately obvious. And in case anyone else is wondering, the advantage of that m_max macro is that it evaluates each of its arguments only once. |
|