8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 22:43:03 +01:00

Better check - non-gcc is OK

This commit is contained in:
AlexPeshkoff 2021-10-28 16:19:12 +03:00
parent 89e6698613
commit 2b1af14971

View File

@ -82,7 +82,7 @@ namespace Jrd
return m_top;
}
#if defined __GNUC__ && (__GNUC__ > 6)
#if (!defined __GNUC__) || (__GNUC__ > 6)
constexpr
#endif
bool isUpdateCounters() const