Opened 10 years ago
Closed 10 years ago
#6833 closed Bugs (fixed)
Missing ICU namespace scope in Boost.Locale
Reported by: | Owned by: | Artyom Beilis | |
---|---|---|---|
Milestone: | Boost 1.50.0 | Component: | locale |
Version: | Boost 1.49.0 | Severity: | Problem |
Keywords: | Cc: |
Description
ICU enum values URBNF_SPELLOUT and URBNF_ORDINAL require a namespace scope (at least in ICU 49.1).
The attached patch fixes the problem.
Attachments (1)
Change History (4)
by , 10 years ago
Attachment: | boost_1_49_0-ICU.patch added |
---|
comment:1 by , 10 years ago
Milestone: | To Be Determined → Boost 1.50.0 |
---|
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch adds icu:: namespace scope