Opened 9 years ago
Closed 9 years ago
#8959 closed Feature Requests (fixed)
BOOST_ASIO_HAS_MOVE should be defined for MSVC 12 and above.
Reported by: | Owned by: | chris_kohlhoff | |
---|---|---|---|
Milestone: | To Be Determined | Component: | asio |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | Cc: |
Description
I needed the ability to perform move construction for basic_io_object instances.
Explicitly defining BOOST_ASIO_HAS_MOVE is the workaround, but it would be good to modify ASIO's config.hpp to handle MSVC 12.
Attachments (3)
Change History (5)
by , 9 years ago
Attachment: | config.hpp.patch added |
---|
by , 9 years ago
Attachment: | config.hpp.2.patch added |
---|
Actual fixed patch to reflect MSC_VER changes. (Beware touch screens, early adopters.)
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
MSVC 12 detection to define BOOST_ASIO_HAS_MOVE