Boost logo

Boost :

From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2007-10-23 19:04:21


"David Deakins" <ddeakins_at_[hidden]> wrote in message
news:ffltb5$hdk$1_at_ger.gmane.org...
> Attached is a small patch for execution_monitor.ipp to fix Windows
> CE-related problems in the new test library code. The changes are
> mostly just a few #ifdef blocks to account for the following:
>
> - The Windows CE CRT does not support _set_se_translator or
> _set_invalid_parameter_handler.

There already workarounds in place for different compilers for missing
symbols above. Can you try to fit in with additional conditions instead of
extra ifdefs inside the code

> - The Windows CE CRT supplies _vsnprintf instead of vsnprintf.

This one applied

> - The Windows CE CRT does not support errno.

What does it support instead?

Gennadiy


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