Boost logo

Boost :

From: Jeremy Siek (jsiek_at_[hidden])
Date: 2002-02-06 16:53:19


On Wed, 6 Feb 2002, Beman Dawes wrote:
bdawes> At 03:03 PM 2/6/2002, Jeremy Siek wrote:
bdawes>
bdawes> >Ok, I've made the fix on both RC_1_27_0 and on the main trunk.
bdawes>
bdawes> That fixed Microsoft but broke Borland. See below

Sigh, fixed.

bdawes> >Do we have a web page describing these procedures yet?
bdawes>
bdawes> See
bdawes> http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/boost/boost/more/release_procedures.htm?rev=1.2&content-type=text/plain
bdawes>
bdawes> It will be in the release, too.
bdawes>
bdawes> --Beman
bdawes>
bdawes> ** Borland C++ 5.5.1
bdawes> bcc32 -eboosttmp.exe -tWM -Ic:/boost/site -j10 -q
bdawes> c:/boost/site/libs/tokenizer/examples.cpp
bdawes> c:/boost/site/libs/tokenizer/examples.cpp:
bdawes> Warning W8027 c:/boost/site\boost/token_functions.hpp 133: Functions
bdawes> containing for are not expanded inline
bdawes> Warning W8027 c:/boost/site\boost/token_functions.hpp 206: Functions
bdawes> containing for are not expanded inline
bdawes> Warning W8027 c:/boost/site\boost/token_functions.hpp 276: Functions
bdawes> containing for are not expanded inline
bdawes> Warning W8027 c:/boost/site\boost/token_functions.hpp 430: Functions
bdawes> containing for are not expanded inline
bdawes> Warning W8004 c:/boost/site\boost/test/test_main.cpp 61: 'result' is
bdawes> assigned a value that is never used in function cpp_main(int,char * *)
bdawes> Error E2354 c:/boost/site\boost/token_functions.hpp 253: Two operands must
bdawes> evaluate to the same type in function
bdawes> char_separator<char,char_traits<char> >::char_separator(const char *,const
bdawes> char *,empty_token_policy)
bdawes> Error E2285 c:/boost/site\boost/token_functions.hpp 253: Could not find a
bdawes> match for 'string::basic_string(undefined)' in function
bdawes> char_separator<char,char_traits<char> >::char_separator(const char *,const
bdawes> char *,empty_token_policy)
bdawes> Warning W8027 c:/boost/site\boost/tokenizer.hpp 89: Functions containing
bdawes> some return statements are not expanded inline in function
bdawes> tokenizer<char_separator<char,char_traits<char> >,const char
bdawes> *,string>::begin() const
bdawes> Warning W8027 c:/boost/site\boost/tokenizer.hpp 90: Functions containing
bdawes> some return statements are not expanded inline in function
bdawes> tokenizer<char_separator<char,char_traits<char> >,const char
bdawes> *,string>::end() const
bdawes> Warning W8027 c:/boost/site\boost/tokenizer.hpp 89: Functions containing
bdawes> some return statements are not expanded inline in function
bdawes> tokenizer<char_delimiters_separator<char,char_traits<char> >,const char
bdawes> *,string>::begin() const
bdawes> Warning W8027 c:/boost/site\boost/tokenizer.hpp 90: Functions containing
bdawes> some return statements are not expanded inline in function
bdawes> tokenizer<char_delimiters_separator<char,char_traits<char> >,const char
bdawes> *,string>::end() const
bdawes> Warning W8027 c:/boost/site\boost/tokenizer.hpp 89: Functions containing
bdawes> some return statements are not expanded inline in function
bdawes> tokenizer<escaped_list_separator<char,char_traits<char> >,const char
bdawes> *,string>::begin() const
bdawes> Warning W8027 c:/boost/site\boost/tokenizer.hpp 90: Functions containing
bdawes> some return statements are not expanded inline in function
bdawes> tokenizer<escaped_list_separator<char,char_traits<char> >,const char
bdawes> *,string>::end() const
bdawes> Warning W8026 c:/boost/site\boost/token_functions.hpp 115: Functions taking
bdawes> class-by-value argument(s) are not expanded inline in function
bdawes> escaped_list_separator<char,char_traits<char> >::escaped_list_separator(stri
bdawes> ng,string,string)
bdawes> Warning W8027 c:/boost/site\boost/tokenizer.hpp 89: Functions containing
bdawes> some return statements are not expanded inline in function
bdawes> tokenizer<offset_separator,const char *,string>::begin() const
bdawes> Warning W8027 c:/boost/site\boost/tokenizer.hpp 90: Functions containing
bdawes> some return statements are not expanded inline in function
bdawes> tokenizer<offset_separator,const char *,string>::end() const
bdawes> Error E2354 c:/boost/site\boost/token_functions.hpp 253: Two operands must
bdawes> evaluate to the same type in function
bdawes> char_separator<char,std::char_traits<char> >::char_separator(const char
bdawes> *,const char *,empty_token_policy)
bdawes> Error E2285 c:/boost/site\boost/token_functions.hpp 253: Could not find a
bdawes> match for 'std::string::basic_string(undefined)' in function
bdawes> char_separator<char,std::char_traits<char> >::char_separator(const char
bdawes> *,const char *,empty_token_policy)
bdawes> Warning W8057 c:/boost/site\boost/token_functions.hpp 258: Parameter
bdawes> 'kept_delims' is never used in function
bdawes> char_separator<char,std::char_traits<char> >::char_separator(const char
bdawes> *,const char *,empty_token_policy)
bdawes> Warning W8027 c:/boost/site\boost/token_functions.hpp 106: Functions
bdawes> containing some if statements are not expanded inline in function
bdawes> do_escape<const char *,std::string>(const char * &,const char *,std::string
bdawes> &)
bdawes> Warning W8008 d:\Program Files\Borland\Bcc55\include\vector.h 213:
bdawes> Condition is always false in function __init_aux<int *>(int *,int
bdawes> *,_RW_is_not_integer)
bdawes> Warning W8066 d:\Program Files\Borland\Bcc55\include\vector.h 214:
bdawes> Unreachable code in function __init_aux<int *>(int *,int
bdawes> *,_RW_is_not_integer)
bdawes> *** 4 errors in Compile ***
bdawes> 3.00 s
bdawes>
bdawes>
bdawes> Info: http://www.boost.org Send unsubscribe requests to: <mailto:boost-unsubscribe_at_[hidden]>
bdawes>
bdawes> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
bdawes>
bdawes>

----------------------------------------------------------------------
 Jeremy Siek http://php.indiana.edu/~jsiek/
 Ph.D. Student, Indiana Univ. B'ton email: jsiek_at_[hidden]
 C++ Booster (http://www.boost.org) office phone: (812) 855-3608
----------------------------------------------------------------------


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