Hello,
I'm getting C26812 Warning in a project for Visual studio 2019 for boost using vcpkg.
Warning C26812 The enum type 'boost::detail::local_counted_base::count_type' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). test_winapi C:\dev\vcpkg\installed\x86-windows\include\boost\smart_ptr\detail\local_counted_base.hpp 45
it would be nice to either suppress the warning or take another action accordingly
Hello,
I'm getting C26812 Warning in a project for Visual studio 2019 for boost using vcpkg.
Warning C26812 The enum type 'boost::detail::local_counted_base::count_type' is unscoped. Prefer 'enum class' over 'enum' (Enum.3). test_winapi C:\dev\vcpkg\installed\x86-windows\include\boost\smart_ptr\detail\local_counted_base.hpp 45it would be nice to either suppress the warning or take another action accordingly