Opened 10 years ago
Closed 10 years ago
#8143 closed Bugs (fixed)
VS2003 compile error - missing intrin.h
Reported by: | Owned by: | timblechmann | |
---|---|---|---|
Milestone: | To Be Determined | Component: | atomic |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Visual Studio .NET 2003: boost\atomic\detail\interlocked.hpp(30) : fatal error C1083: Cannot open include file: 'intrin.h': No such file or directory
Note:
See TracTickets
for help on using tickets.
The changeset r83096 should resolve Boost.Atomic compilation problems with MSVC 2003 but other libraries (e.g. Boost.Thread) apparently don't support this old compiler.