X Tutup
The Wayback Machine - https://web.archive.org/web/20230315230806/https://github.com/cplusplus/draft/compare/n4140...n4141
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 .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: cplusplus/draft
base: n4140
Choose a base ref
head repository: cplusplus/draft
compare: n4141
Choose a head ref
  • 11 commits
  • 9 files changed
  • 2 contributors

Commits on Aug 26, 2014

  1. Fix to 2013-09 LWG Motion 7:

    [comparisons] Fix incorrect application of N3789 to the working paper:
      - Add 'constexpr' to
          std::equal_to<>::operator()
          std::not_equal_to<>::operator()
          std::greater<>::operator()
          std::less<>::operator()
          std::greater_equal<>::operator()
          std::less_equal<>::operator()
      - Reorder 'bool constexpr' to 'constexpr bool' in
          std::logical_or<T>::operator()
          std::logical_and<T>::operator()
          std::logical_not<T>::operator()
    
    Also fixes 14882:2014 DIS JP 08, fixes 14882:2014 DIS JP 09, fixes #291.
    zygoloid committed Aug 26, 2014
  2. JP 06: [dcl.constexpr] Remove incorrect example.

    Also fixes #370.
    zygoloid committed Aug 26, 2014
  3. JP 11: [thread.mutex.requirements.general] Remove outdated sentence.

    This sentence directly contradicts several other portions of the
    standard, and does not reflect the intended meaning.
    zygoloid committed Aug 26, 2014
  4. [atomics.syn] Fix typo by replacing ')' with '_'

    Fixes #359
    jwakely authored and zygoloid committed Aug 26, 2014
  5. [atomics.syn] Replace comma with period

    Reported by Stephan T. Lavavej.  Fixes #340
    jwakely authored and zygoloid committed Aug 26, 2014
  6. [func.bind.bind] Fix "template parameter back" typo.

    Fixes #316
    jwakely authored and zygoloid committed Aug 26, 2014

Commits on Sep 2, 2014

  1. Update document stage.

    zygoloid committed Sep 2, 2014
X Tutup