8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00
This commit is contained in:
Adriano dos Santos Fernandes 2024-08-04 22:21:14 -03:00 committed by Dmitry Yemanov
parent 9f577894ca
commit 1508f11eb0

View File

@ -79,7 +79,7 @@ namespace Jrd
private:
unsigned id;
static inline std::atomic<unsigned> generator;
static inline std::atomic_uint generator;
};
// ASF: To make this class MT-safe in SS for v3, it should be AutoCacheRequest::release job to