"John Maddock" <[EMAIL PROTECTED]> writes: > I'm trying to remember, did someone around here come up with some code that > can tell at compiler time whether an object has a specific member or not, I > can do it for operators, but not a member typedef (which is what I want)...
See boost/mpl/aux_/has_xxx.hpp. Example usage in boost/detail/iterator.hpp. HTH, -- Dave Abrahams Boost Consulting www.boost-consulting.com _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost