|
|
|
|
|
by mhh__
1514 days ago
|
|
You might be able to do something truly arcane using GCC extensions and maybe the __attribute((error))__ thing but realistically it either won't compile or you won't notice unless it's too slow. The compiler constant folds fairly effectively anyway. |
|