lib/icu/CaseFold: add "noexcept"
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
#include <string.h>
|
||||
|
||||
AllocatedString<>
|
||||
IcuCaseFold(const char *src)
|
||||
IcuCaseFold(const char *src) noexcept
|
||||
try {
|
||||
#ifdef HAVE_ICU
|
||||
#if !CLANG_CHECK_VERSION(3,6)
|
||||
|
||||
Reference in New Issue
Block a user