Boost C++ Libraries: Ticket #976: Updating ICU support in Boost.Regex https://svn.boost.org/trac10/ticket/976 <p> Two quick regex patches: A patch for the Jamfile so that ICU libraries are correctly detected on Win32 (the existing Jamfile works but issues a warning 'cos it can't verify that the libraries are available). A second fixes the ICU test case so it builds with VC8. Both are trivial IMO. </p> <p> Index: build/Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/libs/regex/build/Jamfile.v2,v retrieving revision 1.12 diff -u -<a class="changeset" href="https://svn.boost.org/trac10/changeset/1" title="Import core sources for SVNmanger 0.38 ">r1</a>.12 Jamfile.v2 --- build/Jamfile.v2 17 Feb 2007 12:22:49 -0000 1.12 +++ build/Jamfile.v2 22 May 2007 09:04:27 -0000 @@ -45,6 +45,10 @@ </p> <blockquote> <p> { </p> <blockquote> <p> gICU_CORE_LIB = icuuc ; </p> </blockquote> <p> } </p> </blockquote> <p> + else if [ GLOB $(dir)/lib : icuuc.* ] + { + gICU_CORE_LIB = icuuc ; + } </p> <blockquote> <p> else if [ GLOB $(dir)/lib : libicuuc.* ] { </p> <blockquote> <p> gICU_CORE_LIB = icuuc ; </p> </blockquote> </blockquote> <p> RCS file: /cvsroot/boost/boost/libs/regex/test/regress/test_icu.cpp,v retrieving revision 1.5 diff -u -<a class="changeset" href="https://svn.boost.org/trac10/changeset/1" title="Import core sources for SVNmanger 0.38 ">r1</a>.5 test_icu.cpp --- test/regress/test_icu.cpp 14 Sep 2005 12:20:08 -0000 1.5 +++ test/regress/test_icu.cpp 22 May 2007 09:04:29 -0000 @@ -39,8 +39,8 @@ </p> <blockquote> <p> { private: </p> <blockquote> <p> Seq* container; </p> </blockquote> </blockquote> <ul><li> typedef const typename Seq::value_type value_type; public: </li></ul><p> + typedef const typename Seq::value_type value_type; </p> <blockquote> <p> typedef Seq container_type; typedef std::output_iterator_tag iterator_category; </p> </blockquote> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/976 Trac 1.4.3 Thomas Witt Tue, 22 May 2007 14:44:51 GMT cc, milestone set https://svn.boost.org/trac10/ticket/976#comment:1 https://svn.boost.org/trac10/ticket/976#comment:1 <ul> <li><strong>cc</strong> <span class="trac-author">witt@…</span> added </li> <li><strong>milestone</strong> → <span class="trac-field-new">Boost 1.34.1</span> </li> </ul> Ticket John Maddock Tue, 22 May 2007 17:24:56 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/976#comment:2 https://svn.boost.org/trac10/ticket/976#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> Ticket