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.
1 parent 4596185 commit e450290Copy full SHA for e450290
examples/example1/example1.cpp
@@ -72,9 +72,9 @@ auto main() -> int {
72
auto model_source = kangaru::object_source{model};
73
74
auto source = kangaru::with_recursion{
75
- kangaru::with_construction{
+ kangaru::with_function_call{
76
kangaru::tie(camera_source, model_source),
77
- kangaru::non_empty_construction{},
+ kangaru::non_empty_constructor{},
78
}
79
};
80
0 commit comments