Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSVC fails in allocator_traits with deque
allocator_traits<std::allocator<Vc::SSE::Vector<T>>> fails to compile in the code generated from the test code using std::deque. Since I have no idea for a workaround, this commit simply disables the std::deque test on MSVC. Refs: gh-119 Signed-off-by: Matthias Kretz <kretz@kde.org>
- Loading branch information