Opened 10 years ago

Closed 10 years ago

#7191 closed Patches (wontfix)

--disable-icu for Boost.Locale

Reported by: josuegomes@… Owned by: Artyom Beilis
Milestone: To Be Determined Component: locale
Version: Boost 1.50.0 Severity: Optimization
Keywords: Cc:

Description

Boost.Locale doesn't support the --disable-icu option which is available for Boost.Regex. This patch introduces it.

Attachments (1)

disable-icu.diff (10.5 KB ) - added by josuegomes@… 10 years ago.
patch for libs/locale/build/Jamfile.v2 to introduce --disable-icu option

Download all attachments as: .zip

Change History (2)

by josuegomes@…, 10 years ago

Attachment: disable-icu.diff added

patch for libs/locale/build/Jamfile.v2 to introduce --disable-icu option

comment:1 by Artyom Beilis, 10 years ago

Resolution: wontfix
Status: newclosed

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:

  1. For Boost.Regex ICU support is optional nice to have feature
  2. For Boost.Locale it is major part.

So they need to have different options.

Note: See TracTickets for help on using tickets.