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
Visual studio professional 2019 16.3.1
MSVC 14.23.28105
Works with MSVC 14.22.27905.
A new deprecation warning has been added to MSVC, defined in <experimental/filesystem>:
#ifndef _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING
#error The <experimental/filesystem> header providing std::experimental::filesystem is deprecated by Microsoft \
and will be REMOVED. It is superseded by the C++17 <filesystem> header providing std::filesystem. \
You can define _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING to acknowledge that you have received this warning.
#endif // _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING
So the public.sdk/source/vst/hosting/module_win32.cpp can't compile.
The text was updated successfully, but these errors were encountered:
Visual studio professional 2019 16.3.1
MSVC 14.23.28105
Works with MSVC 14.22.27905.
A new deprecation warning has been added to MSVC, defined in <experimental/filesystem>:
So the
public.sdk/source/vst/hosting/module_win32.cpp
can't compile.The text was updated successfully, but these errors were encountered: