Skip to content

Commit 9df288c

Browse files
committed
protect from cling
1 parent 630c8fb commit 9df288c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • Framework/Core/include/Framework

Framework/Core/include/Framework/ASoA.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
#ifndef O2_FRAMEWORK_ASOA_H_
1313
#define O2_FRAMEWORK_ASOA_H_
1414

15+
#if defined(__CLING__)
16+
#error "Please do no include this file in ROOT dictionary generation"
17+
#endif
18+
1519
#include "Framework/ConcreteDataMatcher.h"
1620
#include "Framework/Pack.h" // IWYU pragma: export
1721
#include "Framework/FunctionalHelpers.h" // IWYU pragma: export

0 commit comments

Comments
 (0)