
On Wed, Mar 19, 2008 at 11:05 AM, Boost C++ Libraries < noreply@lists.boost.org> wrote:
#1697: [utility][noncopyable] ADL barrier broken by msvc-9.0
----------------------------------------------------+----------------------- Reporter: Shunsuke Sogame <pstade.mb@gmail.com> | Owner: dave Type: Bugs | Status: assigned Milestone: Boost 1.35.0 | Component: None Version: Boost Development Trunk | Severity: Problem Resolution: | Keywords: noncopyable
----------------------------------------------------+----------------------- Changes (by dave):
* cc: bdawes@acm.org (added) * owner: => dave * status: new => assigned * milestone: Boost 1.36.0 => Boost 1.35.0
Comment:
This can probably be fixed by sinking boost::noncopyable into a subnamespace and then adding a using declaration to make it available in boost::
Beman, if we're supporting vc9 now, I think we should make this change for 1.35.0 so I changed the milestone. Feel free to contradict me and change it back
Dave, While we aren't really targeting VC++ 9.0 with this release, most of the problems being turned up have relatively easy fixes so I'd like to get them in 1.35.0 if doing so does not result in a delay. Thus if this one really is easy, and if someone will try the changes and walk them through the process in the next day or two, I'd like to see the fix in 1.35.0. Otherwise it can wait 'til the next release. --Beman
-- Ticket URL: <http://svn.boost.org/trac/boost/ticket/1697#comment:1> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.