Debian Package rebuild

Rebuild of the Debian archive with clang

"Unqualified lookup in templates" build failure(s)
clang 3.2
Return to the list
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);
}

Versions: 2.9 - 3.0 - 3.1 - 3.2 - 3.3 - 3.4 - 3.4.2 - 3.5.0 - 3.6.0 - 3.8.1 - 3.9.1 - 4.0.1 - 5.0 - 6.0 - 8.0.1 - 9.0.1 - 10.0.0 - 11.0.0 - 12.0.1 - 13.0.0
PackageVersionSupposed error messageFull log Bug report
codeblocks 10.05-2.1../../../../src/include/scripting/squirrel/squtils.h:97:15: error: call to function 'sq_vm_realloc' that is neither visible in the template definition nor found by argument-dependent lookup Log
cutter-testing-framework 1.1.7-1.2../../cppcutter/cppcut-assertions-helper.h:59:9: error: call to function 'assert_equal_reference' that is neither visible in the template definition nor found by argument-dependent lookup Log
dballe 5.18-1tests.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-3./../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.0.3-1NumTools.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
protobuf 2.4.1-3./include/gtest/internal/gtest-param-util-generated.h:80:12: error: call to function 'ValuesIn' that is neither visible in the template definition nor found by argument-dependent lookup Log
sitplus 1.0.3-3intrusive_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-2log.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.1PolyTools.h:56:9: error: call to function 'GetArea2D' that is neither visible in the template definition nor found by argument-dependent lookup Log
vxl 1.14.0-18vil_math.h:42:18: error: call to function 'operator<' that is neither visible in the template definition nor found by argument-dependent lookup Log
zeroc-icee 1.2.0-6.1../../include/IceE/Handle.h:331:6: error: call to function 'upCast' that is neither visible in the template definition nor found by argument-dependent lookup Log
12 errors
Return to the list