This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/18604] [3.4/4.0/4.1 Regression] Strong using lookup conflicts


------- Additional Comments From giovannibajo at libero dot it  2005-05-09 12:18 -------
There are others unqualified names as default template parmaters, for 
instance "allocator". A good testcase would be something like:

----------------------------------
struct less;
struct allocator;
struct vector;
struct set;
struct pair;
struct map;

/*....*/

#include <set>
#include <vector>
#include <map>
#include <functional>

/*....*/
----------------------------------

which should compile without errors.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18604


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]