Shubham Sharma
Results
2
comments of
Shubham Sharma
I am unable to use the C++17-specific function. like std::byte (namespace std has no member "byte") I think it is built in C++ 11 (Default Version)
Then what is the use of the macro CPP_STANDARD if SDK does not support C++ 14/17/20? I manually set C++ 17 as the language standard and was able to use...