Subject: Re: [Boost-bugs] [Boost C++ Libraries] #13627: "bcp --namespace=..." misses change in macro for "unordered".
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2018-07-05 17:44:53
#13627: "bcp --namespace=..." misses change in macro for "unordered".
-------------------------------------+-------------------------------------
Reporter: Lou Barbieri | Owner: John Maddock
<louis.barbieri@â¦> |
Type: Bugs | Status: new
Milestone: To Be Determined | Component: bcp
Version: Boost 1.63.0 | Severity: Problem
Resolution: | Keywords: bcp namespace unordered
| graph
-------------------------------------+-------------------------------------
Comment (by Lou Barbieri <louis.barbieri@â¦>):
Trac thought my patch was spam, so here it is the hard way:
Changes from original to fixed
"boost/unordered/detail/implementation.hpp":
{{{
1606,1615c1606,1615
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 1, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 2, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 3, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 4, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 5, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 6, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 7, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 8, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 9, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 10, boost)
---
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 1, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 2, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 3, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 4, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 5, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 6, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 7, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 8, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 9, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 10, ddtboost)
1695,1704c1695,1704
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 1, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 2, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 3, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 4, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 5, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 6, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 7, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 8, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 9, boost)
< BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 10, boost)
---
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 1, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 2, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 3, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 4, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 5, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 6, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 7, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 8, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 9, ddtboost)
> BOOST_UNORDERED_CONSTRUCT_FROM_TUPLE(1, 10, ddtboost)
}}}
-- Ticket URL: <https://svn.boost.org/trac10/ticket/13627#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 : 2018-07-05 17:51:17 UTC