COMPLETE TYPEOF IMPLEMENTATION AVAILABLE
---------------------------------------------------------------
With the publication of the December C/C++ Users Journal containing part
3 of the typeof implementation, I am able to release the code in its
entirety. You'll find it at http://www.semantics.org/code.html
The code differs somewhat from that which appeared in the article
series. The major changes are simply some factoring for simplification
and (some) improvement in compilation speed. This code stresses the
limits of class template partial specialization, and the only compiler
that I have personally verified to translate it completely is Comeau
4.3.0. Metrowerks 7.0 does quite a reasonable job, but has some trouble
with qualified pointer to class member types and pointer to function
member types. I hope to provide an appropriately limited version of the
code for Metrowerks soon, and (if I ever get around to installing it) I
suspect the Microsoft Visual C++.net beta (aka version 7.1) will handle
it as well.
C++ GOTCHAS CODE AVAILABLE
-----------------------------------------
Also, the code examples for the new "C++ Gotchas" book are available.
See http://www.semantics.org/cpp_gotchas/index.html
The accompanying book will be available by the end of the month,
according to amazon.com, or by early December, according to
Addison-Wesley.
Best regards,
Steve