We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b78d1 commit 1606f04Copy full SHA for 1606f04
1 file changed
Framework/Core/include/Framework/AnalysisManagers.h
@@ -336,6 +336,7 @@ bool prepareDelayedOutput(ProcessingContext&, T&)
336
}
337
338
template <is_defines T>
339
+ requires(T::delayed == true)
340
bool prepareDelayedOutput(ProcessingContext& context, T& defines)
341
{
342
if (defines.needRecompilation) {
0 commit comments