
10 May
2005
10 May
'05
6:51 p.m.
Hi, On Tue, May 10, 2005 at 02:10:42PM +0100, Russell Hind wrote:
This goes a small way to getting string_algo to work with bcc32. The current errors I'm getting are in detail/find_format.hpp. If anyone can suggest a solution, I'd be happy to try it out.
Thanks
Russell
regex_test.cpp: Error E2093 c:\Users\russell\Projects\boost-cvs\boost\boost/algorithm/string/detail/find_format.hpp 133: 'operator!' not implemented in type 'find_format_store<const char *,regex_formatF<string>,string>' for arguments of the same type in function string
[snip] As far as I can tell, it seems, that bcc does not handle safe-bool idiom well. Problem leads to boost::iterator_range (currently present in Boost.Range) Pavol