Skip to main content
update formatting
Source Link

std::thread::hardware_concurrency()std::thread::hardware_concurrency() can return 0,you0; you should handle this case.

std::thread::hardware_concurrency() can return 0,you should handle this case.

std::thread::hardware_concurrency() can return 0; you should handle this case.

Source Link

std::thread::hardware_concurrency() can return 0,you should handle this case.