Skip to content

fix VS2013 compile issues#711

Closed
randydu wants to merge 2 commits into
cpp-netlib:masterfrom
randydu:master
Closed

fix VS2013 compile issues#711
randydu wants to merge 2 commits into
cpp-netlib:masterfrom
randydu:master

Conversation

@randydu
Copy link
Copy Markdown

@randydu randydu commented Nov 24, 2016

To compile in VS2013, maybe we should check _MSC_VER or simply discontinue VS2013 support.

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
VS2013 compile error:

error C2610: 'boost::network::http::impl::async_client<Tag,version_major,version_minor>::~async_client(void) throw()' : is not a special member function which can be defaulted	c:\work\workspaces\libs\cpp-netlib\include\boost\network\protocol\http\client\async_impl.hpp	72	1	CPClient
@glynos
Copy link
Copy Markdown
Member

glynos commented Dec 2, 2016

We don't intend to support VS2013.

@glynos glynos closed this Dec 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants