3 comments

[ 3.4 ms ] story [ 17.8 ms ] thread
Woah. Clever, but non-portable and seriously fugly.
Works on every major compiler. I don't see how that's non-portable.
Portable means works on every compiler, existing or future, which implements the C language as defined by the C standard. This #pragma trick is clever, but outside the C language.