$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gennaro Prota (gennaro_prota_at_[hidden])
Date: 2003-02-05 08:17:47
On Wed, 5 Feb 2003 12:02:17 -0000, "John Maddock"
<jm_at_[hidden]> wrote:
>basically they put C lib
>functions in namespace std, and C++ library code in namespace stlport, and
>then use:
>
>namespace std{
>using namespace stlport;
>}
>
>to import the STLport code into std. Unfortunately it doesn't work with
>function declarations
Why so?
Genny.