Skip to content

Commit

Permalink
[ntuple] Add deprecated EColumnType using directive
Browse files Browse the repository at this point in the history
  • Loading branch information
jblomer committed Jan 22, 2025
1 parent 3deef2f commit db8d7a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tree/ntuple/v7/inc/ROOT/RNTupleUtil.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,10 @@ RResult<void> EnsureValidNameForRNTuple(std::string_view name, std::string_view

} // namespace Internal

// TODO(jblomer): remove before branching ROOT v6.36
using EColumnType [[deprecated("ROOT::Experimental::EColumnType moved to ROOT::Experimental::ENTupleColumnType")]] =
ENTupleColumnType;

} // namespace Experimental
} // namespace ROOT

Expand Down

0 comments on commit db8d7a5

Please sign in to comment.