VC++ 6.0 with SGI STL and Boost
I'm using VC++ 6.0 with the SGI implementation of the STL. I'm trying to use the shared_ptr but when I try to include the ' being compiled
And it goes on like that to a grand total of 40 errors. I know its probably just something like the order of the includes or I need to add something to specify the namespace correctly. Has any tried using this combination of libraries (VC++, SGI STL, Boost) and gotten it to work?
Thanks.
I'm using VC++ 6.0 with the SGI implementation of the STL. I'm trying to use the shared_ptr but when I try to include the
file I get about 40 errors. Most are related to errors redefining template functions. Its conflicting with the SGI STL header files but I'm not sure how to fix it. I keep thinking that I need to adjust the include order (Currently the Boost files are first, the the STL, then Microsofts includes. It doesn't matter where the Boost include directory is though I still get the same errors : this is a small sample
I think the boost config system is selecting the wrong std library config and then defining BOOST_NO_STD_MIN_MAX when it shouldn't be. I'll update select_std_lib_config.hpp to fix this (see attached version). John Maddock http://ourworld.compuserve.com/homepages/john_maddock/index.htm [Non-text portions of this message have been removed]
participants (2)
-
John Maddock
-
Joshua