Bug#319972: FTBFS: Ambiguous calls to findHash

2005-08-07 Thread Nicolas François
tags 319972 patch thanks Hello, In FindHash.hpp, there are two definitions of the findHash function, one with const keys, and one without the const modifier. The situation is similar to: f(T) {...} f(const T) {...} When f(const string) is used, g++-4 doesn't know if it should take the first def

Bug#319972: FTBFS: Ambiguous calls to findHash

2005-07-25 Thread Matt Kraai
Package: criticalmass Version: 0.9.11-1 Severity: serious criticalmass fails to build because it contains ambiguous calls of findHash: > g++ -DHAVE_CONFIG_H -I. -I. -I.. -W -Wall -fno-exceptions -O2 > -I/usr/include/SDL -D_REENTRANT -I/usr/X11R6/include -c -o ResourceManager.o > ResourceMan