From: Daniel James (daniel_at_[hidden])
Date: 2004-11-13 18:39:53


David Abrahams wrote:
> Are you sure that you don't have G++ set to treat warnings as errors?
> This has shown up as a warning in other cases, but we decided not to
> apply a workaround to eval_if because that would just propagate the
> need for a workaround further out.

I don't think so. I've tried again using:

g++ -Wno-error -I ../../.. -I /home/daniel/projects/boost
named_params_test.cpp

and it still fails.

Daniel