Re: [Boost-bugs] [Boost C++ Libraries] #10889: boost::range in msvc14

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #10889: boost::range in msvc14
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-01-31 15:06:17


#10889: boost::range in msvc14
-------------------------------------------+-------------------------------
  Reporter: Gijsbert dos Santos <mail@…> | Owner: neilgroves
      Type: Bugs | Status: closed
 Milestone: To Be Determined | Component: range
   Version: Boost 1.57.0 | Severity: Problem
Resolution: invalid | Keywords: range, hpx,
                                           | msvc14
-------------------------------------------+-------------------------------
Changes (by neilgroves):

 * status: new => closed
 * resolution: => invalid

Comment:

 The compiler log looks like there are problems with symbols being brought
 into the global namespace. I personally use std::atomic with boost::range
 admittedly not with MSVC without issue. This would be a very common
 combination and there are no other reported tickets.

 I suspect the issue is in code that is bringing symbols into the global
 namespace with using namespace, or using. std::atomic share no symbols and
 has absolutely no interaction with Boost.Range. You have a large number of
 errors reported from template instantiating a large number of Boost
 libraries.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/10889#comment:1>
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:50:17 UTC