Re:[boost] Re: question re VC 8.0

Joaquin M Lopez Munoz wrote:
Looks like VC 8.0 does not handle member *qualified* template friends. The solution I applied is to simply extend the defect macro BOOST_NO_MEMBER_TEMPLATE_FRIENDS to VC 8.0 (by using a local version of the macro, namely BOOST_MULTI_INDEX_NO_MEMBER_TEMPLATE_FRIENDS), until this issue is officially resolved in Boost.Config.
Can we not just resolve this issue "officially" right now by amending config/compiler/visualc.hpp ? What is the value of _MSC_VER with VC 8.0 ? Robert Ramey

"Jonathan Turkanis" <technews@kangaroologic.com> writes:
"Robert Ramey" <ramey@rrsd.com> wrote in message news:20040811183730.61CA831220@acme.west.net...
What is the value of _MSC_VER with VC 8.0 ?
1400
We should be using _MSC_FULL_VER to distinguish the various betas/releases. -- Dave Abrahams Boost Consulting http://www.boost-consulting.com
participants (3)
-
David Abrahams
-
Jonathan Turkanis
-
Robert Ramey