We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399e434 commit a719b99Copy full SHA for a719b99
src/common/common.h
@@ -1013,7 +1013,7 @@ inline constexpr const TEXT* FB_LONG_DAYS_UPPER[] =
1013
1014
inline constexpr FB_SIZE_T FB_MAX_SIZEOF = ~FB_SIZE_T(0); // Assume FB_SIZE_T is unsigned
1015
1016
-inline constexpr FB_SIZE_T fb_strlen(const char* str)
+inline constexpr FB_SIZE_T fb_strlen(const char* str) noexcept
1017
{
1018
return static_cast<FB_SIZE_T>(std::char_traits<char>::length(str));
1019
}
0 commit comments