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)
Change History (2)
by , 13 years ago
Attachment: | config-interprocess.patch added |
---|
comment:1 by , 12 years ago
Milestone: | Boost 1.43.0 → Boost-1.45.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed for Boost 1.45 in release branch