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]

Re: stl_algo.h name conflict with gcc internal



Ok, I see what you're up against now. Can you go ahead and send a me a
patch for all __op* names based on v-3, and I'll retrofit it into egcs? 

thanks,
Benjamin

> 
> [---]$ cat opr.cc
> struct C {
>     operator long double() {}
> };
> #include <algorithm>


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