Error 1
error LNK2019: unresolved external symbol "public: void * __thiscall std::thread::native_handle(void)"
(?native_handle@thread@std@@QAEPAXXZ)
referenced in function "public: __thiscall CParallel::CParallel(void)" (??0CParallel@@QAE@XZ)
I was building a constructor that isolates the threads to a specific cpu core.
then recieved the above error while linking