A false positive seems to have arisen with 1.73. Has this been reported?
My code looks like this:
template <> struct A<char> : std::unary_function<unsigned short,="" void="">, B<char> { explicit A(std::basic_ostream<char> &t) : a_(t) {}
There is another constructor as well. I don't think the format of the constructor would be the problem.
don't know.. can you show a code example that reproduce the FP?
Log in to post a comment.
A false positive seems to have arisen with 1.73. Has this been reported?
My code looks like this:
template <>
struct A<char> :
std::unary_function<unsigned short,="" void="">,
B<char> {
explicit A(std::basic_ostream<char> &t) : a_(t) {}
There is another constructor as well. I don't think the format of the constructor would be the problem.
don't know.. can you show a code example that reproduce the FP?