http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234
--- Comment #6 from poletti.marco at gmail dot com 2012-09-17 17:57:58 UTC ---
Still an issue with GCC 4.7.1.
Clang does not have this issue.
Yet another example:
struct C {
void operator[](C) {
}
};
void f() {
C x;
(C()[x]);
}
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234
--- Comment #5 from poletti.marco at gmail dot com 2012-09-17 17:55:54 UTC ---
Still an issue with GCC 4.7.1.
Clang does not have this issue.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29234
poletti.marco at gmail dot com changed:
What|Removed |Added
CC||poletti.marco at gmail
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53164
Bug #: 53164
Summary: Undefined reference to template function instantiation
Classification: Unclassified
Product: gcc
Version: 4.6.2
Status: UNCONFIRMED
Severity: major