You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS2019, use C++20:
std::is_pod_v can't be used, compilation failed.
And in VS2019, use C++17:
need to #define _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS, otherwise compilation failed.
Looking forward to updating,thanks.