Commit 790172d1 authored by Alvarez, Gonzalo's avatar Alvarez, Gonzalo
Browse files

TensorEvalHandle convert to bool for now

parent 15e24cf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ public:
	    : status_(status)
	{}

	bool done() const
	explicit operator bool() const
	{
		return (status_ == STATUS_DONE);
	}