[Bug c++/53821] [4.7/4.8 regression][c++11] multiple definitions of lambda
vincenzo.innocente at cern dot ch
gcc-bugzilla@gcc.gnu.org
Tue Jul 3 20:40:00 GMT 2012
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) {
…
}
More information about the Gcc-bugs
mailing list