
"Martin Wille" <mw8329@yahoo.com.au> wrote in message news:44603D05.5080401@yahoo.com.au...
Wil Evers wrote:
4) test (please don't get me started)
for any reasonable degree of portability (takes over main(), maps OS signals to C++ exceptions, continues to run after failing assert()s, etc.)
FWIW, I don't use Boost.Test for the same reasons.
Could you be more elebotate? Cause none of the above seems fair. I dont know about any portability issues related to main in static library (and it's optional nowdays anyway). SIGNAL catching is optional and doesn't constitute portabiltiy issues per se, whether to use it's up to you.
- Lots of construction/destruction ordering issues - major changes here between boost-1.32 and boost-1.33.1
Alot was changed in between these releases, but I dont know about any construction issues. Gennadiy