Can't find std::shared_mutex
-
std::shared_mutex
was added with the c++ 17 standard, but it does not seem to be available when I#include <shared_mutex>
. I've configured my .pro file to useCONFIG += c++20
, but the standard library appears to only be from c++ 14. How would I be able to link against a later standard library? -
std::shared_mutex
was added with the c++ 17 standard, but it does not seem to be available when I#include <shared_mutex>
. I've configured my .pro file to useCONFIG += c++20
, but the standard library appears to only be from c++ 14. How would I be able to link against a later standard library? -
std::shared_mutex
was added with the c++ 17 standard, but it does not seem to be available when I#include <shared_mutex>
. I've configured my .pro file to useCONFIG += c++20
, but the standard library appears to only be from c++ 14. How would I be able to link against a later standard library? -
-
std::shared_mutex
was added with the c++ 17 standard, but it does not seem to be available when I#include <shared_mutex>
. I've configured my .pro file to useCONFIG += c++20
, but the standard library appears to only be from c++ 14. How would I be able to link against a later standard library?