$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-06-04 05:07:46
AlisdairM wrote:
> Clause 8 of TR1 is compatibility with C99.  There is no mention of
> this in the boost TR1 docs though.  Is this intentional?
Well it's not supported.  At some point we could add cstdint support without 
too much hassle, but the rest is either hard or even impossible without 
writing our own C std lib :-(
> Even if Boost do not plan to provide a C compatility layer of our own,
> we should at least state that in the docs under the "unsupported
> features" section.
Yep will do.
John.