
13 Nov
2004
13 Nov
'04
11:39 p.m.
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