mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Fix operator<<(ostream,AlignedVector3)
This commit is contained in:
@@ -193,6 +193,12 @@ template<typename _Scalar> class AlignedVector3
|
||||
|
||||
namespace internal {
|
||||
|
||||
template<typename _Scalar>
|
||||
struct eval<AlignedVector3<_Scalar>, Dense>
|
||||
{
|
||||
typedef const AlignedVector3<_Scalar>& type;
|
||||
};
|
||||
|
||||
template<typename Scalar>
|
||||
struct evaluator<AlignedVector3<Scalar> >
|
||||
: evaluator<Matrix<Scalar,4,1> >::type
|
||||
|
||||
Reference in New Issue
Block a user