Boost logo

Boost :

Subject: Re: [boost] boost::thread dependency on boost::chrono (windows implementation)
From: Christian Hägele (haegele_at_[hidden])
Date: 2013-06-28 02:48:56


Am 28.06.2013, 04:29 Uhr, schrieb Ben Pope <benpope81_at_[hidden]>:

> There's the following, but I'm not sure what the implication of not
> using chrono is!
>
> http://www.boost.org/doc/libs/1_53_0/doc/html/thread/build.html#thread.build.configuration.chrono
>

Yes, i knew that but with r84750 the following code was merged into
release:

#if defined(BOOST_THREAD_PLATFORM_WIN32) && defined
BOOST_THREAD_DONT_USE_CHRONO
#undef BOOST_THREAD_DONT_USE_CHRONO
#define BOOST_THREAD_USES_CHRONO
#endif

That code makes the define BOOST_THREAD_DONT_USE_CHRONO on windows
useless. That's why I asked on the mailing list.

Regards,

Christian


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