Opened 13 years ago
Closed 13 years ago
#3986 closed Bugs (wontfix)
Deprecated config macros in smart_ptr
| Reported by: | Daniel James | Owned by: | Peter Dimov |
|---|---|---|---|
| Milestone: | Boost 1.43.0 | Component: | smart_ptr |
| 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 (3)
by , 13 years ago
| Attachment: | config-smart_ptr.patch added |
|---|
comment:1 by , 13 years ago
comment:2 by , 13 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
Fair enough, at least you're aware that you're not using rvalue references in Visual C++ 10.
Note:
See TracTickets
for help on using tickets.

On a standard-compliant compiler, shared_ptr supports compilation with an empty config.hpp. This will no longer be the case after this patch.