mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-13 20:26:03 +08:00
little fix in new StdVector
This commit is contained in:
parent
3009d79a1f
commit
4dd2efa113
@ -83,8 +83,8 @@ class vector : public std::std_vector<T,AllocT>
|
|||||||
EIGEN_STD_VECTOR_SPECIALIZATION_BODY
|
EIGEN_STD_VECTOR_SPECIALIZATION_BODY
|
||||||
};
|
};
|
||||||
|
|
||||||
template<typename T>
|
template<typename T,typename DummyAlloc>
|
||||||
class vector<T,Eigen::aligned_allocator<_EIGEN_WORKAROUND_MSVC_STD_VECTOR(T)>,true>
|
class vector<T,DummyAlloc,true>
|
||||||
: public std::std_vector<_EIGEN_WORKAROUND_MSVC_STD_VECTOR(T),
|
: public std::std_vector<_EIGEN_WORKAROUND_MSVC_STD_VECTOR(T),
|
||||||
Eigen::aligned_allocator<_EIGEN_WORKAROUND_MSVC_STD_VECTOR(T)> >
|
Eigen::aligned_allocator<_EIGEN_WORKAROUND_MSVC_STD_VECTOR(T)> >
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user