Opened 10 years ago

Closed 10 years ago

#8143 closed Bugs (fixed)

VS2003 compile error - missing intrin.h

Reported by: Evgeny Panasyuk <evgeny.panasyuk@…> 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

Change History (3)

comment:1 by Andrey Semashev, 10 years ago

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.

comment:2 by Evgeny Panasyuk <evgeny.panasyuk@…>, 10 years ago

Ok, thank you!

comment:3 by timblechmann, 10 years ago

Resolution: fixed
Status: newclosed

thanks for fixing!

Note: See TracTickets for help on using tickets.