Re: [Boost-bugs] [Boost C++ Libraries] #1284: [range] sub_range assignment issue

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1284: [range] sub_range assignment issue
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-12-14 08:52:27


#1284: [range] sub_range assignment issue
------------------------------------+---------------------------------------
  Reporter: huangsean_at_[hidden] | Owner: nesotto
      Type: Bugs | Status: reopened
 Milestone: Boost 1.35.0 | Component: range
   Version: Boost 1.34.1 | Severity: Showstopper
Resolution: | Keywords:
------------------------------------+---------------------------------------
Changes (by Shunsuke Sogame <pstade.mb_at_[hidden]>):

  * status: closed => reopened
  * resolution: fixed =>

Comment:

 Ouch, msvc-9.0 too seems broken.

 `#if` around copy-constructor and copy-assignment-operator
 should be:
 {{{
 #if BOOST_WORKAROUND(BOOST_MSVC, BOOST_TESTED_AT(1500))
      // ...
 #endif
 }}}

--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1284#comment:5>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.


This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:57 UTC