In file included from /build/source/src/libslic3r/ModelArrange.cpp:8:
In file included from /build/source/src/libslic3r/Arrange/Items/ArrangeItem.hpp:19:
In file included from /build/source/src/libslic3r/Arrange/Items/MutableItemTraits.hpp:9:
/build/source/src/libslic3r/Arrange/Core/DataStoreTraits.hpp:74:48: error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
74 | WritableDataStoreTraits<ArrItem>::template set(itm, key, std::forward<T>(data));
|
Build is still running here, but I assume this will fix it.
Using clang 19, the build otherwise fails with
Build is still running here, but I assume this will fix it.