"Unqualified lookup in templates" build failure(s)
clang 3.3
This code is accepted by g++. On purpose, clang
does not accept this syntax.
// Uncomment this line will fix the issue.
// template<typename Value_t> void b(Value_t value)
template<typename Value_t> void a(Value_t value)
{
b(value);
}
template<typename Value_t> void b(Value_t value)
{
}
void foo(int y)
{
a(y);
}
Package | Version | Supposed error message | Full log |
Bug report |
dballe | 5.18-1 | tests.h:58:15: error: call to function 'operator!=' that is neither visible in the template definition nor found by argument-dependent lookup
| Log |
|
gnome-commander | 1.2.8.15-4 | ./../dict.h:58:71: error: call to function 'make_pair' that is neither visible in the template definition nor found by argument-dependent lookup
| Log |
|
libbpp-phyl | 2.1.0-1 | NumTools.h:116:50: error: call to function 'operator*' that is neither visible in the template definition nor found by argument-dependent lookup
| Log |
|
libpqxx3 | 3.1-1.1 | ../include/pqxx/util.hxx:412:14: error: call to function 'to_string' that is neither visible in the template definition nor found by argument-dependent lookup
| Log |
|
sitplus | 1.0.3-4 | intrusive_ptr.hpp:67:34: error: call to function 'intrusive_ptr_add_ref' that is neither visible in the template definition nor found by argument-dependent lookup
| Log |
|
slim | 1.3.4-2 | log.h:19:17: error: call to function 'operator<<' that is neither visible in the template definition nor found by argument-dependent lookup
| Log |
|
spring | 88.0+dfsg1-1.1 | PolyTools.h:56:9: error: call to function 'GetArea2D' that is neither visible in the template definition nor found by argument-dependent lookup
| Log |
|
7 errors