190c190
< const Type operator = (const Type & _data)
---
> const Type operator=(const Type & _data)
209c209
< operator = (const Data & _data)
---
> operator=(const Data & _data)
232c232
< operator = (const Type & _data)
---
> operator=(const Type & _data)
238c238
< operator < (const Base & base)
---
> operator<(const Base & base)
244c244
< operator == (const Base & base)
---
> operator==(const Base & base)