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: pocoproject/poco
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: cppfool/poco
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 29, 2015

  1. Expreesively says that Cipher doesn't copy or move.

    In c++14 we don't need to make copy ctor and copy assignment private.
    We can express that directly deleting the corresponding members.
    cppfool committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    32b5632 View commit details
    Browse the repository at this point in the history
  2. defaults work

    defaulted definition of default ctor and destructor works well.
    Then why should we intervene.
    cppfool committed Jan 29, 2015
    Configuration menu
    Copy the full SHA
    2fb76e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2015

  1. Compiler seems better here

    Compiler might generate better =defaulted definition of
    default ctor and class dtor.
    cppfool committed Feb 9, 2015
    Configuration menu
    Copy the full SHA
    c254158 View commit details
    Browse the repository at this point in the history
Loading