mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-20422 Redefining U_NO_THROW to U_NOEXCEPT
This commit is contained in:
parent
89a618de70
commit
4e07b85279
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
* @stable ICU 4.2. Since ICU 64, Use U_NOEXCEPT instead. See ICU-20422.
|
||||
*/
|
||||
#ifndef U_NO_THROW
|
||||
#define U_NO_THROW throw()
|
||||
#define U_NO_THROW U_NOEXCEPT
|
||||
#endif
|
||||
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Add table
Reference in a new issue