Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4028: fusion::begin and fusion::end lead to problems with ADL-based begin and end functions for ranges
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-06-12 17:56:45
#4028: fusion::begin and fusion::end lead to problems with ADL-based begin and end
functions for ranges
---------------------------------+------------------------------------------
Reporter: mgaunard | Owner: djowel
Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: fusion
Version: Boost 1.42.0 | Severity: Problem
Keywords: ADL range begin end |
---------------------------------+------------------------------------------
Comment(by anonymous):
I believe this is not a bug. not a boost bug anyway.
did you use GCC for this?
up until GCC 4.4 it had a bug that caused ADL lookups in namespaces that
are only referred to by template argument.
just because the "fusion" namespace appears in a template argument should
not cause an ADL lookup in that namespace, if none of the arguments are in
that namespace.
fixed in GCC 4.5 and other compilers.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4028#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:03 UTC