mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-12931 Removing erroneous #ifdef U_HIDE_INTERNAL_API in numfmt.h
X-SVN-Rev: 41376
This commit is contained in:
parent
fd1b5db09c
commit
c3fa4e91b5
1 changed files with 1 additions and 3 deletions
|
@ -556,7 +556,7 @@ public:
|
|||
FieldPositionIterator* posIter,
|
||||
UErrorCode& status) const;
|
||||
|
||||
#ifndef U_HIDE_INTERNAL_API
|
||||
// Can't use #ifndef U_HIDE_INTERNAL_API because these are virtual methods
|
||||
|
||||
/**
|
||||
* Format a decimal number.
|
||||
|
@ -602,8 +602,6 @@ public:
|
|||
FieldPosition& pos,
|
||||
UErrorCode& status) const;
|
||||
|
||||
#endif // U_HIDE_INTERNAL_API
|
||||
|
||||
/**
|
||||
* Return a long if possible (e.g. within range LONG_MAX,
|
||||
* LONG_MAX], and with no decimals), otherwise a double. If
|
||||
|
|
Loading…
Add table
Reference in a new issue