RE: [boost] Re: method deduction (on vc?)

But not (from your phrasing) function members? thanks.
You can detect type members on vc6. See mpl/aux_/has_xxx.hpp.
This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail.

Max Khesin <MKhesin@liquidnet.com> writes:
But not (from your phrasing) function members?
I don't know about those; I haven't tried to find workarounds for that. FWIW, designs that depend on member detection are often flawed from a generic programming POV. You can get accidental conformance, and especially if there's no way to explicitly say what the member means (e.g. with a traits specialization), you'll be out-of-luck. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
participants (2)
-
David Abrahams
-
Max Khesin