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
Hello,
I'm getting C26812 Warning in a project for Visual studio 2019 for boost using vcpkg.
Warning C26812 The enum type 'boost::archive::basic_text_oarchive<boost::archive::text_oarchive>::<unnamed-type-delimiter>' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). test_winapi C:\dev\vcpkg\installed\x86-windows\include\boost\archive\basic_text_oarchive.hpp 75
it would be nice to either suppress the warning or take another action accordingly
The text was updated successfully, but these errors were encountered:
Hello,
I'm getting C26812 Warning in a project for Visual studio 2019 for boost using vcpkg.
Warning C26812 The enum type 'boost::archive::basic_text_oarchive<boost::archive::text_oarchive>::<unnamed-type-delimiter>' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). test_winapi C:\dev\vcpkg\installed\x86-windows\include\boost\archive\basic_text_oarchive.hpp 75
it would be nice to either suppress the warning or take another action accordingly
The text was updated successfully, but these errors were encountered: