Hacker News new | ask | show | jobs
by adrianN 2722 days ago
Ugh, that violates strict aliasing, does it not?
1 comments

I suppose it can, but in practice it works with any sane compiler that reasonably deals with reinterpret_cast and aliasing as long as aliasing requirements for the stub and the real thing are the same. The latter can be enforced with static asserts.