
2 Sep
2005
2 Sep
'05
2:56 p.m.
the complaint seems to be about the copy constructor and op= methods, which are supposedly implemented in the boost_regex library. i'm linking using -lboost_regex-mgw (with the library path defined in LIBRARY_PATH);
I'm guessing that the compiler hasn't instantiated versions of these in the library when building in release mode, what happens if you link to the debug version of the regex library (with -lboost_regex-mgw-d). John.