From: John Maddock (john_at_[hidden])
Date: 2006-03-17 05:06:58


> since boost already has a cstdint.hpp header it would be nice if we
> could have it in boost's tr1 adoption too.

Agreed. However, it's too late for 1.34 I believe, as the addition isn't
completely trivial (some std libs put their C headers in a different place
from their C++ std lib headers, so a different header forwarding mechanism
is required).

John.