Boost C++ Libraries: Ticket #7191: --disable-icu for Boost.Locale https://svn.boost.org/trac10/ticket/7191 <p> Boost.Locale doesn't support the --disable-icu option which is available for Boost.Regex. This patch introduces it. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7191 Trac 1.4.3 josuegomes@… Thu, 02 Aug 2012 19:34:48 GMT attachment set https://svn.boost.org/trac10/ticket/7191 https://svn.boost.org/trac10/ticket/7191 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">disable-icu.diff</span> </li> </ul> <p> patch for libs/locale/build/Jamfile.v2 to introduce --disable-icu option </p> Ticket Artyom Beilis Fri, 21 Dec 2012 13:58:16 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/7191#comment:1 https://svn.boost.org/trac10/ticket/7191#comment:1 <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">wontfix</span> </li> </ul> <p> I'm sorry but I would not apply this patch. This stuff was brought during the review. The reasons Boost.Locale and Boost.Regex use different options is very simple: </p> <ol><li>For Boost.Regex ICU support is optional nice to have feature </li><li>For Boost.Locale it is major part. </li></ol><p> So they need to have different options. </p> Ticket