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)
Change History (2)
by , 13 years ago
Attachment: | config-proto.patch added |
---|
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
fixed by [60403]. thanks daniel!