From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-12-05 12:31:43


Lots of compilers (msvc, borland, metrowerks) currently don't handle
conversions of cv-qualified member functions into cv-unqualified member
functions correctly (yes, Virginia, that's a legal and correct implicit
conversion). I'd like a config macro to detect that.
BOOST_NO_POINTER_TO_MEMBER_CONST seems to be in the same area, but AFAICT it
means the opposite of what I'm looking for: the workaround in these cases is
to declare overloads.

-Dave

===================================================
  David Abrahams, C++ library designer for hire
 resume: http://users.rcn.com/abrahams/resume.html

        C++ Booster (http://www.boost.org)
          email: david.abrahams_at_[hidden]
===================================================