Opened 13 years ago

Closed 13 years ago

#3987 closed Bugs (fixed)

Deprecated config macros in proto

Reported by: Daniel James Owned by: Eric Niebler
Milestone: Boost 1.43.0 Component: proto
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-proto.patch (6.5 KB ) - added by Daniel James 13 years ago.

Download all attachments as: .zip

Change History (2)

by Daniel James, 13 years ago

Attachment: config-proto.patch added

comment:1 by Eric Niebler, 13 years ago

Resolution: fixed
Status: newclosed

fixed by [60403]. thanks daniel!

Note: See TracTickets for help on using tickets.