C++20 import issueIs your project settings set to use c++ 20? Go to Project > Your Project Name > General > C++ Langu...
Best way to lock a thread mutex?Awesome thank you both!
Best way to lock a thread mutex?So if I wanted to lock a mutex, could use mut.lock() and mut.unlock(), but the more modern way to do...
Re-validating an iteratorThanks for all the info, ill set that up at some point here soon. For git, I usually just use the bu...
Re-validating an iterator@seeplus Well I just want to make sure my C++ knowledge is really solid before jumping into the SFM...