Commit f4b7a4e
authored
### Rationale for this change
ICU 75.1 or later requires C++17 but Azure SDK for C++ still uses C++14. Azure SDK for C++ includes ICU headers via libxml2.
### What changes are included in this PR?
We don't need to use ICU C++ API. So we can disable ICU C++ API.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
Yes.
* GitHub Issue: #45930
Lead-authored-by: Sutou Kouhei <kou@clear-code.com>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
1 parent 2f4f68a commit f4b7a4e
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5510 | 5510 | | |
5511 | 5511 | | |
5512 | 5512 | | |
| 5513 | + | |
| 5514 | + | |
| 5515 | + | |
| 5516 | + | |
| 5517 | + | |
| 5518 | + | |
5513 | 5519 | | |
5514 | 5520 | | |
5515 | 5521 | | |
| |||
0 commit comments