minor fix for repeat
This commit is contained in:
parent
382e7f6354
commit
3ae46c98e0
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ namespace pit{
|
||||||
repeat<T> operator-(std::size_t ){}
|
repeat<T> operator-(std::size_t ){}
|
||||||
void operator+=(std::size_t ){}
|
void operator+=(std::size_t ){}
|
||||||
void operator-=(std::size_t ){}
|
void operator-=(std::size_t ){}
|
||||||
bool operator==(repeat const& rhs){return true;}
|
bool operator==(repeat const& rhs){return false;}
|
||||||
T const& operator*(){
|
T const& operator*(){
|
||||||
return this->val;
|
return this->val;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue