Boost logo

Boost :

From: John Maddock (jm_at_[hidden])
Date: 2002-09-15 06:54:49


> Execution_monitor.cpp needs to include <cstring> without it the C string
> API's aren't defined (at the moment it's relying on <string> to pull these
> in, which it's not guaranteed to do). On the other hand, there are errors
> from std::size_t as well so maybe that's not it. Is this just a case of
> setting the include paths to include the compatibility lib then?

On second thoughts, test_tools.hpp is using std::size_t without including
<cstddef>, should be fixed now.

John.


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