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++/53821] [4.7/4.8 regression][c++11] multiple definitions of lambda


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

--- Comment #7 from vincenzo Innocente <vincenzo.innocente at cern dot ch> 2012-07-03 20:39:50 UTC ---
I'm still wandering, more in general, if there is a semantic difference between


template<typename T> 
int Foo<T>::bar(int i, int j) {
â
}

and

template<typename T> 
inline
int Foo<T>::bar(int i, int j) {
â
}


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