Fix Clang 10 build.
authorMikhail Kurinnoi <m.kurinnoi@samsung.com>
Tue, 15 Feb 2022 10:11:23 +0000 (02:11 -0800)
committerAlexander Soldatov/Platform Lab /SRR/Staff Engineer/Samsung Electronics <soldatov.a@samsung.com>
Tue, 15 Feb 2022 10:28:11 +0000 (13:28 +0300)
src/info/classinfo.cpp

index bd603cc7926cda2ca57a92d62845a0abf9b11b24..05c90ef92b003e9e3eed1057f37804a3ec8c6bd5 100644 (file)
@@ -224,7 +224,7 @@ void ClassInfo::AppendTypeArgNames(
 
 // static
 __forceinline ClassInfo::String ClassInfo::GetNameFromElementType(
-    CorElementType elementType) noexcept
+    CorElementType elementType)
 {
     switch (elementType)
     {