Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2005-09-02 09:56:21


> 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.


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