Skip to content

Commit 1606f04

Browse files
authored
Update AnalysisManagers.h
1 parent 20b78d1 commit 1606f04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Framework/Core/include/Framework/AnalysisManagers.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,7 @@ bool prepareDelayedOutput(ProcessingContext&, T&)
336336
}
337337

338338
template <is_defines T>
339+
requires(T::delayed == true)
339340
bool prepareDelayedOutput(ProcessingContext& context, T& defines)
340341
{
341342
if (defines.needRecompilation) {

0 commit comments

Comments
 (0)