mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
Better check - non-gcc is OK
This commit is contained in:
parent
89e6698613
commit
2b1af14971
@ -82,7 +82,7 @@ namespace Jrd
|
|||||||
return m_top;
|
return m_top;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined __GNUC__ && (__GNUC__ > 6)
|
#if (!defined __GNUC__) || (__GNUC__ > 6)
|
||||||
constexpr
|
constexpr
|
||||||
#endif
|
#endif
|
||||||
bool isUpdateCounters() const
|
bool isUpdateCounters() const
|
||||||
|
Loading…
Reference in New Issue
Block a user