mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
ICU-21107 Clarify the C11 & C++17 requirement in the userguide.
This commit is contained in:
parent
2d65456a3b
commit
4a8cd80973
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ License & terms of use: http://www.unicode.org/copyright.html
|
|||
|
||||
## Recommended Build Options
|
||||
|
||||
Depending on the platform and the type of installation, we recommend a small number of modifications and build options. Note that C11 compatibility is now required.
|
||||
Depending on the platform and the type of installation, we recommend a small number of modifications and build options. Note that ICU4C requires C11 & C++17.
|
||||
|
||||
* **Namespace (ICU 61 and later):** Since ICU 61, call sites need to qualify ICU types explicitly, for example `icu::UnicodeString`, or do `using icu::UnicodeString;` where appropriate. If your code relies on the "using namespace icu;" that used to be in `unicode/uversion.h`, then you need to update your code.
|
||||
You could temporarily (until you have more time to update your code) revert to the default "using" via `-DU_USING_ICU_NAMESPACE=1` or by modifying `unicode/uversion.h`:
|
||||
|
|
Loading…
Add table
Reference in a new issue