Peter S Galbraith wrote:
The following (template instantiations), lines 48 and 49 of a file
(which attached in full)
template.cc:48: non-template used as template
template.cc:49: non-template used as template
#include
Nit: #i
The following (template instantiations), lines 48 and 49 of a file
(which attached in full)
template void reverse(std::vector::iterator,
std::vector::iterator);
template void sort(std::vector::iterator, std::vector::iterator
compile in g++ 2.96, but they fail in g++ 3.0, with the error message:
2 matches
Mail list logo