Re: [Boost-bugs] [Boost C++ Libraries] #7221: Error compiling spring with boost 1.50 on Fedora 18

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #7221: Error compiling spring with boost 1.50 on Fedora 18
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-08-15 20:04:23


#7221: Error compiling spring with boost 1.50 on Fedora 18
-----------------------------------------------+----------------------------
  Reporter: Orion Poplawski <orion@…> | Owner: danieljames
      Type: Bugs | Status: new
 Milestone: To Be Determined | Component: hash
   Version: Boost 1.50.0 | Severity: Problem
Resolution: | Keywords:
-----------------------------------------------+----------------------------

Comment (by danieljames):

 It looks like calling `ldexp` is ambiguous because you've used `using
 namespace streflop` in the global namespace (otherwise I don't see how
 that namespace would be considered). That's a pretty dubious thing to do
 since `ldexp` is defined in the global namespace and this makes it
 ambiguous. I can possibly fix this, but it's an annoying complexity to
 deal with for something that you probably shouldn't do. Looking at the
 streflop documentation, it's intended to be protected by a namespace so
 that it won't affect third party code.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7221#comment:2>
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:10 UTC