Skip to content

Commit

Permalink
Add comment for reasoning about excluding forward decl for CLING
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 11, 2024
1 parent 7398cf3 commit fb175e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/podio/GenericParameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ class RNTupleWriter;
namespace podio {

#if !defined(__CLING__)
// cling doesn't really deal well (i.e. at all in this case) with the forward
// declaration here and errors out, breaking e.g. python bindings.
class ROOTReader;
#endif

Expand Down

0 comments on commit fb175e1

Please sign in to comment.