Skip to content

Commit

Permalink
Fix for cling to work
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed Jan 18, 2018
1 parent 1fa5059 commit 74ebe0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inc/ROOT/TVec.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ namespace cling {
template <typename T>
inline std::string printValue(ROOT::Experimental::VecOps::TVec<T> *tvec)
{
using namespace ROOT::Experimental::VecOps;
std::stringstream ss;
ss << *tvec;
return ss.str();
Expand Down

0 comments on commit 74ebe0c

Please sign in to comment.