[RABIT] Sync with dmlc

This commit is contained in:
tqchen 2016-01-09 21:43:29 -08:00
parent bed63208af
commit 05b958c178

View File

@ -108,6 +108,8 @@ class SeekStream: public Stream {
/*! \brief interface for serializable objects */
class Serializable {
public:
/*! \brief destructor */
virtual ~Serializable() {}
/*!
* \brief load the model from a stream
* \param fi stream where to load the model from