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 1cd6fcc commit bb08773Copy full SHA for bb08773
1 file changed
Engine/Source/JobSystemModule/Public/JobSystem/Job.h
@@ -101,7 +101,7 @@ namespace Volt
101
private:
102
friend class JobSystem;
103
104
- constexpr inline static Job* const WaitingListClosed = reinterpret_cast<Job*>(uintptr_t(1));
+ inline static Job* const WaitingListClosed = reinterpret_cast<Job*>(uintptr_t(1));
105
106
// Used for the waiting list.
107
std::atomic<class Job*> m_waiterHead = nullptr;
0 commit comments