Opened 10 years ago
Closed 10 years ago
#7191 closed Patches (wontfix)
--disable-icu for Boost.Locale
Reported by: | 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)
Change History (2)
by , 10 years ago
Attachment: | disable-icu.diff added |
---|
comment:1 by , 10 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
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:
- For Boost.Regex ICU support is optional nice to have feature
- For Boost.Locale it is major part.
So they need to have different options.
Note:
See TracTickets
for help on using tickets.
patch for libs/locale/build/Jamfile.v2 to introduce --disable-icu option