diff options
Diffstat (limited to 'source/core/StarVector.hpp')
-rw-r--r-- | source/core/StarVector.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/core/StarVector.hpp b/source/core/StarVector.hpp index aaa5909..16d9d42 100644 --- a/source/core/StarVector.hpp +++ b/source/core/StarVector.hpp @@ -212,7 +212,6 @@ public: template <size_t P = N> Enable4DOrHigher<P> setW(T const& t); -private: using Base::size; using Base::empty; }; |