You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find all forward declarations from std namespace (which can lead to undefined behavior) and replace these classes with custom wrappers (like std::mutex and std::thread) in the same way you did with std::atomic in IndexManager.h
The text was updated successfully, but these errors were encountered:
Find all forward declarations from std namespace (which can lead to undefined behavior) and replace these classes with custom wrappers (like std::mutex and std::thread) in the same way you did with std::atomic in IndexManager.h
The text was updated successfully, but these errors were encountered: