1 Like
不修改任何代码,我已经用 Visual Studio 2019 复现出来了,只是 test 不能正常编译,主程序可以,正在找问题的原因。clang 可以正常编译,只是有一个 warning:
D:/work/xjtu-graphics/dandelion/test/geometry_tests.cpp:30:17: warning: unused variable 'threshold' [-Wunused-const-variable]
30 | constexpr float threshold = 1e-3f;
如果问题确认存在,我应该会开个 issue 并尝试修复。待更新。
update: 问题已经 提交 github issue,待我修复。目前可以尝试使用 VS 2022,应该不会有该问题
update: VS 2019 移出计划之内,issue 取消修复
1 Like
开发者文档上应该也写明了,请使用 VS 2022 构建,我们应该不计划继续支持 VS 2019 了。如果使用 2022 构建还是有问题,麻烦继续在这个话题下反馈