Boost logo

Boost :

Subject: Re: [boost] [config] vc10 and BOOST_NO_DECLTYPE
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2010-04-20 15:55:49


Is this question directed to me?

VC10 has RTMed, doesn't define macros for specific libraries, and already reports whether it supports rvalue references. (Inspecting _MSC_VER is the correct way to determine whether rvalue references are supported. During VC10's development, we had the compiler define a couple of macros to indicate support for rvalue references, and specifically rvalue references v2, because our branch structure interferes with inspecting _MSC_VER. Those macros are undocumented and unsupported and may be removed at any time, which is why I'm not mentioning their names.)

STL

-----Original Message-----
From: boost-bounces_at_[hidden] [mailto:boost-bounces_at_[hidden]] On Behalf Of Richard Webb
Sent: Tuesday, April 20, 2010 11:49 AM
To: boost_at_[hidden]
Subject: Re: [boost] [config] vc10 and BOOST_NO_DECLTYPE

Speaking of the VC10 config, do you have any thoughts about the issue mentioned
in https://svn.boost.org/trac/boost/ticket/4112 ?

Should VC10 define BOOST_HAS_RVALUE_REFS for the benefit of smart_ptr?

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk