/usr/home/hodong/skia/third_party/externals/icu/source/common/cmemory.h:490:87: error: expected ';' at end of declaration MaybeStackArray<T, stackCapacity>::operator=(MaybeStackArray <T, stackCapacity>&& src) U_NOEXCEPT { ^ ; /usr/home/hodong/skia/third_party/externals/icu/source/common/cmemory.h:490:88: error: C++ requires a type specifier for all declarations MaybeStackArray<T, stackCapacity>::operator=(MaybeStackArray <T, stackCapacity>&& src) U_NOEXCEPT { ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. ninja: build stopped: subcommand failed.

U_NOEXCEPT 란 무엇인가?


icu 라이브러리에 있는 코드인데


#ifdef U_NOEXCEPT /* Use the predefined value. */ #else # define U_NOEXCEPT noexcept #endif

요 부분임.

어떻게 해결해야 하는지 대충 알겠어