mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
sys: std::jthread -> std::thread to support libc++
This commit is contained in:
@@ -52,7 +52,7 @@ class GDBProvider : public hex::prv::Provider {
|
||||
|
||||
std::list<CacheLine> m_cache;
|
||||
|
||||
std::jthread m_cacheUpdateThread;
|
||||
std::thread m_cacheUpdateThread;
|
||||
std::mutex m_cacheLock;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user