$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: davidbien_at_[hidden]
Date: 2000-04-17 16:08:39
I have MSVC6.0 with the Intel compiler (v4.0) and I use the SGI STL
whenever possible ( but I don't use the SGI stream stuff ). I
attempted to compile smart_pointer_test.cpp in this configuration (
i.e. with the SGI STL include directory above the MSVC include ) and,
of course, since both implement the same include files, like
stdexcept, etc. the compile failed.
I haven't tried STLport, and perhaps that would work.
Or maybe i just need the SGI streams.
Is there anyone with experience in dealing appropriately with this
issue ?
thanks, David Bien