[Boost-bugs] [Boost C++ Libraries] #11202: boost.sort header conflicts with boost.range header

Subject: [Boost-bugs] [Boost C++ Libraries] #11202: boost.sort header conflicts with boost.range header
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2015-04-18 13:26:28


#11202: boost.sort header conflicts with boost.range header
----------------------------------------------+----------------------------
 Reporter: john2.718281828459045235360287@… | Type: Bugs
   Status: new | Milestone: To Be
Component: None | Determined
 Severity: Problem | Version: Boost 1.58.0
                                              | Keywords:
----------------------------------------------+----------------------------
 This two-line program fails to compile.

 {{{#!cpp
 #include <boost/range/algorithm.hpp>
 #include <boost/sort/spreadsort/spreadsort.hpp>
 }}}

 The headers conflict on "boost::sort".
 The first header declares a '''function''' boost::sort.
 The second header declares a '''namespace''' boost::sort.

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/11202>
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:18 UTC