mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
rm useless ctor
This commit is contained in:
@@ -86,10 +86,6 @@ class PermutationBase : public EigenBase<Derived>
|
||||
using Base::derived;
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
inline PermutationBase() {}
|
||||
|
||||
/** Copies the other permutation into *this */
|
||||
template<typename OtherDerived>
|
||||
Derived& operator=(const PermutationBase<OtherDerived>& other)
|
||||
|
||||
Reference in New Issue
Block a user