ICU-12931 Removing erroneous #ifdef U_HIDE_INTERNAL_API in numfmt.h

X-SVN-Rev: 41376
This commit is contained in:
Shane Carr 2018-05-14 23:38:13 +00:00
parent fd1b5db09c
commit c3fa4e91b5

View file

@ -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