Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cpp-netlib/cpp-netlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: randydu/cpp-netlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 24, 2016

  1. fix VS2013 compile errors

    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
    randydu authored Nov 24, 2016
    Configuration menu
    Copy the full SHA
    8c57ac1 View commit details
    Browse the repository at this point in the history
  2. remove "thow()" to make VS2013 compile

    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
    randydu authored Nov 24, 2016
    Configuration menu
    Copy the full SHA
    cc9bcf9 View commit details
    Browse the repository at this point in the history
Loading