We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06441e commit e11cf5fCopy full SHA for e11cf5f
1 file changed
source/Executor.cpp
@@ -182,6 +182,7 @@ namespace Langulus::Flow
182
output.SmartPush(IndexBack, Abandon(solved));
183
},
184
[&](const Neat& neat) {
185
+ (void)neat;
186
// And order-independent container
187
// Make a shallow copy of the Neat, and strip all
188
// verbs from it. Some of them might get reinserted, if
@@ -353,6 +354,8 @@ namespace Langulus::Flow
353
354
}
355
356
357
358
+
359
// Make a shallow copy of the neat, and strip all
360
361
// missing, but generally they will be substituted with
0 commit comments