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]

Re: c++/3784: ...


Note that a call such as
 int main() {
   X<2> x;
   bar<2>(x);
 }

or
 int main() {
   X<2> x;
   foo<2>(x);
 }

works as expected. So it's an issue with the binding of the name 'bar', but 
not with the binding of the names 'bar<...>'.  Dunno if this helps.


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