$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [modularization] Modularizing Boost (modularization)
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2013-11-05 13:58:06
On Tuesday 05 November 2013 18:57:34 Vicente J. Botet Escriba wrote:
> Le 05/11/13 13:50, Klaim - Joël Lamotte a écrit :
> > On Tue, Nov 5, 2013 at 7:42 AM, Gavin Lambert <gavinl_at_[hidden]>
wrote:
> >> Do you think that some of those assumptions are flawed?
> >
> > Another example is in MSVC11 (and I assume is still in MSVC12) there is a
> > minor bug in std::chrono which makes it impractical to use in code that
> > needs high precision of time.
> > This forced me to use boost::chrono, which forced me to use boost::thread
> > instead of std::thread because the time-related interface aren't
> > compatible
> > and require tons of casting.
>
> Andrey Semashev is working on this sens, to allow std::chrono interface
> and other in Boost.Sync, but I don't know if/when this could be usable
> in Boost.Thread.
I got distracted lately, but I'm planning to perform the changes needed for
compatibility with Boost.Thread.