Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2004-08-26 06:28:05


"Gennadiy Rozental" <gennadiy.rozental_at_[hidden]> writes:

>> all program_options tests fail on cw 8.3, because boost.test refers to the
>> _errno variable, but that reference is somehow unresolved.
>
> I don't think I refer to this veriable (at least directly). Something
> compiler related.

It appears to be related to the use of std::setw. Maybe you could
use some hacks to try to force it to recognize errno, e.g. directly
referencing it? Howard, can you think of any way to approach
debugging this?

[ incidentally, IMO the use of >135 columns of text in
 libs/test/src/unit_test_result.cpp is impolite. Of course I can't
 force anyone to stay within 80 columns, but 138 is unreasonably wide
 for code that other people have to read
]

-- 
Dave Abrahams
Boost Consulting
http://www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk