Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
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: wose/cpp-netlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rcdailey/cpp-netlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 4 contributors

Commits on Aug 6, 2015

  1. Remove user-declared constructors for response class

    Removed the following defaulted constructors:
    
    * Default Constructor
    * Copy Constructor
    * Move Constructor
    
    The defaulted move constructor prevents implicit declaration of
    the copy assignment operator, which results in compiler errors
    since std::promise requires it.
    
    All 3 user-declared methods removed here are implicitly declared by
    the compiler anyway, so no need to default them in the first place.
    
    Relates to cpp-netlib#547
    rcdailey committed Aug 6, 2015
    Configuration menu
    Copy the full SHA
    dd69300 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2015

  1. Merge pull request cpp-netlib#548 from rcdailey/response-copy-semantics

    Remove user-declared default, copy and move constructors
    glynos committed Aug 7, 2015
    Configuration menu
    Copy the full SHA
    d3e884f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2015

  1. Configuration menu
    Copy the full SHA
    a89ad1c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2015

  1. Merge pull request cpp-netlib#558 from u-foka/master

    Fix generating doc when source path includes space(s)
    deanberris committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    2b8d86e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2015

  1. Configuration menu
    Copy the full SHA
    84119e5 View commit details
    Browse the repository at this point in the history
Loading