
11 Mar
2009
11 Mar
'09
8:53 a.m.
Peder Holt <peder.holt <at> gmail.com> writes:
Second, thanks for the workaround. I have implemented this for BOOST_TYPEOF_NESTED_TYPEDEF, so that this can now be used with expressions containing this for VC compilers. Usage: BOOST_TYPEOF_NESTED_TYPEDEF(unique_name,this); typedef unique_name::type this_type;
Can you use this in stead?
Last time I looked, BOOST_TYPEOF_NESTED_TYPEDEF required a global scope while ScopExit requires a local scope. Alex