3 Aug
2004
3 Aug
'04
10:10 a.m.
this is one of the errors I got when compiling boost regex with vc7.1 +
You get those errors if you build with STLPort *without* iostream support. Unfortunately there are so many build variations possible (with or without STLPort iostream, with or without /Zc:wchar_t, with or without __STL_DEBUG) that it's almost impossible to diagnose errors via email (as a few people on this list have already discovered - sorry about that). Simplest option: add the source (in libs/regex/src) directly to your project, or else create a lib target in your IDE and build from there. John.