"Maxim Litvinov" <[EMAIL PROTECTED]> writes: > Hi all. > Is there any way to determine type of expression statically?
Short answer: no. Some compilers implement typeof(), though not the one we really want, and there exist several elaborate schemes which attempt to simulate this capability in portable C++, but they're not automatic. Is this a C++ library development question or should it be pursued elsewhere (e.g. comp.lang.c++.moderated)? -- David Abrahams [EMAIL PROTECTED] * http://www.boost-consulting.com Boost support, enhancements, training, and commercial distribution _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost