Boost logo

Boost :

From: Carlo Wood (carlo_at_[hidden])
Date: 2004-08-23 09:07:18


On Mon, Aug 23, 2004 at 08:13:39AM -0400, Beman Dawes wrote:
> #if defined(BOOST_WINDOWS)
> // accept native Windows format paths
> ...
> #endif
>
> The #if needs to be changed to:
>
> #if defined(BOOST_WINDOWS) || defined(__CYGWIN__)

Just in one or a few places you mean?
Otherwise you might as well just define BOOST_POSIX.

-- 
Carlo Wood <carlo_at_[hidden]>

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