Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support MSVC-7.1/ intrin.h available >= MSVC-8.0 #21

Merged
merged 2 commits into from Oct 21, 2015
Merged

Support MSVC-7.1/ intrin.h available >= MSVC-8.0 #21

merged 2 commits into from Oct 21, 2015

Conversation

igaztanaga
Copy link
Member

-> MSVC 7.1 has no intrin.h and needs to use "#pragma intrinsic".
-> intrin.h available since Visual 2005

-> MSVC 7.1 has no intrin.h and needs to use "#pragma intrinsic".
-> intrin.h available since Visual 2005
@@ -22,7 +22,7 @@
// BOOST_SP_HAS_INTRIN_H

// VC9 has intrin.h, but it collides with <utility>
#if defined( BOOST_MSVC ) && BOOST_MSVC >= 1600
#if defined( BOOST_MSVC ) && BOOST_MSVC >= 1400
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is wrong.

Removed the commented part as the comment clearly says that VC9 has problems when intrin.h is included.
@pdimov pdimov merged commit 3f17244 into boostorg:develop Oct 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants