On Wed, 5 Feb 2003 12:02:17 -0000, "John Maddock"
<[EMAIL PROTECTED]> 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.

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to