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 aaf0e33 commit e9410ddCopy full SHA for e9410dd
src/jrd/exe_proto.h
@@ -79,7 +79,7 @@ namespace Jrd
79
80
private:
81
unsigned id;
82
- static inline std::atomic<unsigned> generator;
+ static inline std::atomic_uint generator;
83
};
84
85
// ASF: To make this class MT-safe in SS for v3, it should be AutoCacheRequest::release job to
0 commit comments