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 9f57789 commit 1508f11Copy full SHA for 1508f11
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