Details
-
Task
-
Resolution: Fixed
-
Not Evaluated
-
None
-
None
-
f3110327b (master)
Description
In the following, the /data/dev/creator/src/libs/utils/aspects.cpp:3454:13: is not "linkified" (and not a separate Task in the end)
In file included from /data/dev/creator/src/libs/utils/aspects.cpp:12:
/data/dev/creator/src/libs/utils/layoutbuilder.h: In instantiation of ‘Layouting::BuilderItem<X, XInterface>::I::I(const Inner&) [with Inner = Utils::BaseAspect; X = Layouting::Row; XInterface = Layouting::LayoutInterface]’:
/data/dev/creator/src/libs/utils/aspects.cpp:3454:13: required from here
/data/dev/creator/src/libs/utils/layoutbuilder.h:79:51: error: use of deleted function ‘Utils::BaseAspect::BaseAspect(const Utils::BaseAspect&)’
79 | apply = [p](XInterface *x) { doit_nest(x, p); };
| ~~~~~~~~^~~~~