Do not expose members that shouldn't be touched

This commit is contained in:
2019-05-07 19:03:38 +02:00
parent a21ce04345
commit 3edd654f60
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
template<class T>
class Vector
{
protected:
private:
T * data;
std::size_t size;