yaml-cpp icon indicating copy to clipboard operation
yaml-cpp copied to clipboard

yaml-cpp on VS2019

Open TimeLooper opened this issue 8 months ago • 2 comments

Building for Visual Studio 2019 failed.

D:\repos\yaml-cpp\src\contrib\dragonbox.h(942): error C2672: “YAML::jkj::dragonbox::detail::log::is_in_range”: No matching overloaded function found D:\repos\yaml-cpp\src\contrib/dragonbox.h(972): note: View the reference to the instantiation of the class template being compiled with 'YAML:: jkj:: dragonbox:: detail:: log:: compute_impl<Info, min_deponent, max_deponent, Current_tier, false>' D:\repos\yaml-cpp\src\contrib\dragonbox.h(942): error C3207: “YAML::jkj::dragonbox::detail::log::is_in_range”:“Info” The template parameter is invalid, it should be a class template D:\repos\yaml-cpp\src\contrib/dragonbox.h(933): note: Refer to the declaration of 'YAML:: jkj:: dragonbox:: detail:: log:: is_in_range'

Microsoft Visual Studio Community 2019 Version 16.11.46 Visual C++ 2019 00435-60000-00000-AA653

TimeLooper avatar Apr 21 '25 06:04 TimeLooper