
22 Jun
2011
22 Jun
'11
4:02 p.m.
Hello all, Is there any way to use BOOST_TYPEOF at class level? For example: struct vect { size_t size(); typedef BOOST_TYPEOF(size()) size_type; // can I make this work somehow? }; If not with Boost.Typeof, can I do this with C++0x? Thanks! --Lorenzo -- View this message in context: http://boost.2283326.n4.nabble.com/boost-typeof-deducing-type-at-class-level... Sent from the Boost - Dev mailing list archive at Nabble.com.