[tr1] Documentation - where is clause 8?

Clause 8 of TR1 is compatibility with C99. There is no mention of this in the boost TR1 docs though. Is this intentional? 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. -- AlisdairM

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.
participants (2)
-
AlisdairM
-
John Maddock