We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c169191 + 029f247 commit 8ca7b5dCopy full SHA for 8ca7b5d
profiles/cura.jinja
@@ -14,6 +14,11 @@ curaengine*:compiler.cppstd=20
14
curaengine_plugin_infill_generate*:compiler.cppstd=20
15
curaengine_plugin_gradual_flow*:compiler.cppstd=20
16
curaengine_grpc_definitions*:compiler.cppstd=20
17
+{% if platform.system() == 'Windows' %}
18
+# FIXME: Resolve Arcus null reference caused by MSVC 19.40
19
+# https://github.com/microsoft/STL/releases/tag/vs-2022-17.10
20
+arcus*:compiler.version=193
21
+{% endif %}
22
scripta*:compiler.cppstd=20
23
umspatial*:compiler.cppstd=20
24
dulcificum*:compiler.cppstd=20
0 commit comments