Boost logo

Boost :

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.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk