rossvideo / Catena

Other
5 stars 1 forks source link

refactored array access to put implementation code in cpp file #57

Closed mejohnnaylor closed 8 months ago

mejohnnaylor commented 8 months ago

moved the implementation of operator[] out of the header file and into a cpp file.

also asserted read-only nature of the operator by asserting const operation