$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [regex][patch] regex build not honoring ICU_LINK buildproperty
From: John Maddock (john_at_[hidden])
Date: 2009-12-08 06:47:27
>I have been trying to build boost.regex with Unicode support against a
>custom ICU4C build. The ICU4C build used the "--with-library-suffix=rm"
> >configuration option to distinguish the library as being custom built.
Thanks, this should be fixed in Trunk as it's a duplicate of
https://svn.boost.org/trac/boost/ticket/3425
Thanks for the report, John.