Boost logo

Boost :

From: Bo Persson (bop2_at_[hidden])
Date: 2002-10-08 12:26:33


"John Maddock" <jm_at_[hidden]> skrev i meddelandet
news:007801c26ebd$d31c0b60$90a1193e_at_1016031671...
> > I am trying to use the boost array library with VC7 and STLport-4.5.3.
> > array.hpp at line 56, reads
> >
> > #elif defined(BOOST_MSVC) && (BOOST_MSVC == 1300)
>
> That is a config problem - and it's been fixed in the latest cvs version
> where that reads:
>
> #elif (defined(BOOST_MSVC) && (BOOST_MSVC == 1300) || (defined(__ICL) &&
> defined(_CPPLIB_VER) && (_CPPLIB_VER == 310))) && !defined(__SGI_STL_PORT)
> && !defined(_STLPORT_VERSION)
>

But that is just a *fix* and not a solution. Now you test what library it is
*not*...

What if it is neither Dinkumware not STLPort??

Why test the compiler version to find the library version use?

Bo Persson
bop2_at_[hidden]


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