Boost logo

Boost :

From: PARK KISOO (aska_at_[hidden])
Date: 2001-07-31 00:08:35


thanks. I tried it.
after all, I encounted with another error.

--
        cl /c /nologo /ML /W3 /GX /Oityb1 /GF /Gy /I..\..\..\ /DWIN32 /DNDEBUG
/D_MBCS /D_LIB /YX /FD -Fpvc7/vc7-re300/vc7-re300.pch -Fo./vc7/vc7-re300/ -Fdvc
7/vc7-re300.pdb ../src/cregex.cpp
cregex.cpp
..\..\..\boost\type_traits\cv_traits.hpp(188) : fatal error C1001: INTERNAL COMPILER ERROR
        (compiler file 'msc1.cpp', line 2763)
         Please choose the Technical Support command on the Visual C++
         Help menu, or open the Technical Support help file for more information

NMAKE : fatal error U1077: 'cl' : return code '0x2'


where in cregex.cpp
182 template <typename T>
183 struct is_const
184 {
185 private:
186 static T t;
187 public:
188 BOOST_STATIC_CONSTANT(bool, value = (sizeof(detail::yes_type) == sizeof(detail::is_const_helper(&t))));
189 };


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