mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 00:43:32 +00:00
ICU-13093 denoise API change report
X-SVN-Rev: 40407
This commit is contained in:
parent
84bec69426
commit
0e480ee0c1
1 changed files with 1 additions and 0 deletions
|
@ -529,6 +529,7 @@ public class StableAPI {
|
|||
static private String simplifyList[] = {
|
||||
"[ ]*=[ ]*0[ ]*$", "", // remove pure virtual - TODO: notify about this difference, separately
|
||||
"\\)[ ]*const[ ]*$", ")", // TODO: notify about this difference, separately - remove const from function type
|
||||
"[ ]*U_NOEXCEPT[ ]*", "" // remove U_NOEXCEPT (this was fixed in Doxyfile, but fixing here so it is retroactive)
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue