ICU-21957 Fix status tags for U_HIDDEN, unum_hasAttribute

This commit is contained in:
Peter Edberg 2022-09-22 09:24:27 -07:00 committed by Peter Edberg
parent 329c95e3b9
commit 0c9d6f6b85
2 changed files with 8 additions and 1 deletions

View file

@ -847,6 +847,13 @@ namespace std {
# define U_IMPORT
#endif
/**
* \def U_HIDDEN
* This is used to mark internal structs declared within external classes,
* to prevent the internal structs from having the same visibility as the
* class within which they are declared.
* @internal
*/
#ifdef U_HIDDEN
/* Use the predefined value. */
#elif defined(__GNUC__)

View file

@ -1174,7 +1174,7 @@ typedef enum UNumberFormatAttribute {
* @see unum_setDoubleAttribute
* @see unum_getTextAttribute
* @see unum_setTextAttribute
* @draft ICU 72.0
* @draft ICU 72
*/
U_CAPI bool U_EXPORT2
unum_hasAttribute(const UNumberFormat* fmt,