
6 Apr
2005
6 Apr
'05
3:56 p.m.
svn blame oln/core/value_box.hh 107 thivol_d template <typename II> 107 thivol_d bool operator==(const value_box<const II>& rhs) const 107 thivol_d { 107 thivol_d return this->value() < rhs.value(); 107 thivol_d } 107 thivol_d