Opened 7 years ago

Last modified 7 years ago

#11816 new Bugs

can not move asio socket on vs2010

Reported by: luguanyu <luguanyu1234@…> Owned by: chris_kohlhoff
Milestone: To Be Determined Component: asio
Version: Boost 1.55.0 Severity: Problem
Keywords: Cc:

Description

io_service svc; tcp::socket sk(svc); auto sk2 = std::move(sk);

compile failed on vs2010,and I tried on vs2012 it works.

Change History (1)

comment:1 by viboes, 7 years ago

Component: Noneasio
Owner: set to chris_kohlhoff
Note: See TracTickets for help on using tickets.