Boost logo

Boost :

From: Aaron Boxer (boxerab_at_[hidden])
Date: 2003-10-20 06:23:27


Hello,
I just compiled regex with the intel compiler 7.1.

I received a few warning messages which may be of
interest to the developers:

C:\libSrc\boost\libs\regex\src\cpp_regex_traits.cpp(643):
warning #186: pointless comparison of unsigned integer
with zero
           if((s[j] <= UCHAR_MAX) && (s[j] >= 0))
                                           ^
          detected during instantiation of class
"boost::re_detail::message_data<wchar_t={unsigned
short}>" at line 597

C:\libSrc\boost\libs\regex\src\cpp_regex_traits.cpp(665):
warning #140: too many arguments in function call
           while(*p1 && BOOST_REGEX_STD
isspace((wchar_t)*p1, l))++p1;
                                                      
       ^
          detected during instantiation of class
"boost::re_detail::message_data<wchar_t={unsigned
short}>" at line 597
C:\libSrc\boost\libs\regex\src\cpp_regex_traits.cpp(667):
warning #140: too many arguments in function call
           while(*p2 && !BOOST_REGEX_STD
isspace((wchar_t)*p2, l))++p2;
                                                      
        ^
          detected during instantiation of class
"boost::re_detail::message_data<wchar_t={unsigned
short}>" at line 597

C:\libSrc\boost\libs\regex\src\cpp_regex_traits.cpp(669):
warning #140: too many arguments in function call
           while(*p3 && BOOST_REGEX_STD
isspace((wchar_t)*p3, l))++p3;
                                                      
       ^
          detected during instantiation of class
"boost::re_detail::message_data<wchar_t={unsigned
short}>" at line 597

C:\libSrc\boost\libs\regex\src\cpp_regex_traits.cpp(671):
warning #140: too many arguments in function call
           while(*p4 && !BOOST_REGEX_STD
isspace((wchar_t)*p4, l))++p4;
                                                      
        ^
          detected during instantiation of class
"boost::re_detail::message_data<wchar_t={unsigned
short}>" at line 597

Cheers,

Aaron Boxer

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com


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