Boost logo

Boost Users :

From: John Maddock (john_at_[hidden])
Date: 2007-02-23 04:43:37


Fernando Cuenca wrote:
> Hi,
>
> I'm trying to use the regex library (from boost 1.33) with the
> MSVC.NET 2003 and I'm getting the following linker error when using
> the wide
> character version of the classes:

You'll find some discussion of the issue and possible workarounds here:
http://sourceforge.net/tracker/index.php?func=detail&aid=1470041&group_id=7586&atid=107586

Either apply the suggested patch, or build your app with /Zc:wchar_t, or
rebuild the regex lib without /Zc:wchar_t.

HTH, John.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net