mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +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) };
|
||||
};
|
||||
|
||||
#ifdef _MSVC_VER
|
||||
#ifdef _MSC_VER
|
||||
|
||||
// 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
|
||||
|
Loading…
Reference in New Issue
Block a user