ICU-20422 Redefining U_NO_THROW to U_NOEXCEPT

This commit is contained in:
Shane Carr 2019-08-08 17:21:46 -07:00 committed by Shane F. Carr
parent 89a618de70
commit 4e07b85279

View file

@ -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
/*===========================================================================*/