$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Valentin Bonnard (Bonnard.V_at_[hidden])
Date: 1999-08-23 07:11:22
Beman Dawes wrote:
>
> Valentin Bonnard wrote:
> >AFAIK, you are _never_ allowed to include a standard header inside
> >a namespace.
> Yes, but <boost/stdint.h> isn't a C++ standard header.
But <stdint.h> and <limits.h> are. They are indirectly injected
in namespace boost.
-- Valentin Bonnard