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
Some projects use your library in Visual Studio 2013. However it tries to use constexpr and noexcept which makes it unable to work on that version of Visual Studio. There is got to be a way to know if the version of Visual Studio code wise has noexcept and constexpr.
The text was updated successfully, but these errors were encountered:
Some projects use your library in Visual Studio 2013. However it tries to use
constexpr
andnoexcept
which makes it unable to work on that version of Visual Studio. There is got to be a way to know if the version of Visual Studio code wise hasnoexcept
andconstexpr
.The text was updated successfully, but these errors were encountered: