Opened 13 years ago

Closed 12 years ago

#3985 closed Bugs (fixed)

Deprecated config macros in interprocess

Reported by: Daniel James Owned by: Ion Gaztañaga
Milestone: Boost 1.45.0 Component: interprocess
Version: Boost 1.42.0 Severity: Problem
Keywords: Cc:

Description

The BOOST_HAS_ macros for C++0x features have been deprecated. This patch replaces them with their BOOST_NO_ equivalents. Without this the new C++0x features in Visual C++ 10 won't be picked up. I did a lot of this by searching and replacing so it's worth checking these changes.

Attachments (1)

config-interprocess.patch (16.9 KB ) - added by Daniel James 13 years ago.

Download all attachments as: .zip

Change History (2)

by Daniel James, 13 years ago

Attachment: config-interprocess.patch added

comment:1 by Ion Gaztañaga, 12 years ago

Milestone: Boost 1.43.0Boost-1.45.0
Resolution: fixed
Status: newclosed

Fixed for Boost 1.45 in release branch

Note: See TracTickets for help on using tickets.