You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VS2013 compile errors:
1>c:\work\workspaces\libs\cpp-netlib\include\boost\network\message.hpp(40): error C2610: 'boost::network::basic_message<Tag>::basic_message(boost::network::basic_message<Tag> &&)' : is not a special member function which can be defaulted
1> c:\work\workspaces\libs\cpp-netlib\include\boost\network\message.hpp(111) : see reference to class template instantiation 'boost::network::basic_message<Tag>' being compiled
1>c:\work\workspaces\libs\cpp-netlib\include\boost\network\message.hpp(42): error C2610: 'boost::network::basic_message<Tag> &boost::network::basic_message<Tag>::operator =(boost::network::basic_message<Tag> &&)' : is not a special member function which can be defaulted
0 commit comments