mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-08 09:49:03 +08:00
arf... s/_MSVC_VER/_MSC_VER
This commit is contained in:
parent
4dd2efa113
commit
671398372b
@ -30,7 +30,7 @@ struct ei_has_aligned_operator_new {
|
|||||||
== sizeof(ei_has_aligned_operator_new_marker_sizeof) };
|
== sizeof(ei_has_aligned_operator_new_marker_sizeof) };
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef _MSVC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
||||||
// sometimes, MSVC detects, at compile time, that the argument x
|
// sometimes, MSVC detects, at compile time, that the argument x
|
||||||
// in std::vector::resize(size_t s,T x) won't be aligned and generate an error
|
// in std::vector::resize(size_t s,T x) won't be aligned and generate an error
|
||||||
|
Loading…
x
Reference in New Issue
Block a user