
1 Mar
2007
1 Mar
'07
8:35 p.m.
AMDG Peder Holt <peder.holt <at> gmail.com> writes:
You could always use the solution we use in boost.typeof. When we emulate typeof support for VC compilers, we use the following trick to associate a unique integer with each type:
<snip>
It is not exactly a portable solution, though...
Peder
And it doesn't work across translation units, which is what we need. In Christ, Steven Watanabe