remove another broken no-arg ctors

This commit is contained in:
Michael Davidsaver
2017-08-30 17:55:04 -05:00
parent a152a64f1c
commit 1cb490039f

View File

@@ -1085,12 +1085,10 @@ namespace detail {
protected:
PVVectorStorage() : Base() {}
template<typename A>
explicit PVVectorStorage(A a) : Base(a) {}
public:
virtual ~PVVectorStorage(){};
virtual ~PVVectorStorage(){}
// Primitive array manipulations