Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

P1754R1 Rename concepts to standard_case for C++20 #3099

Closed
wants to merge 10 commits into from

Commits on Jul 26, 2019

  1. Fix inconsistencies in the Latex used for concept names throughout th…

    …e library.
    Dawn Perchik committed Jul 26, 2019
    Configuration menu
    Copy the full SHA
    9a87982 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. P1754R1 Rename concepts to standard_case for C++20, while we still can

    Fixed whitespace issues seen during review.
    Fixed additional inconsistencies in the Latex used for concept names.
    [concept.strictweakorder] Fix \indexlibrary for strict_weak_order.
    [ranges] Change ranges::view to ranges::views.
    
    Fixes #3015.
    Dawn Perchik committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    cbc84ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a02d2b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Fixup: "Same" should have become "same_as" not "same_to".

    Dawn Perchik committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    932c1c2 View commit details
    Browse the repository at this point in the history
  2. Fixup: Whitespace fixes as suggested by reviewers.

    Dawn Perchik committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    d7c7cd6 View commit details
    Browse the repository at this point in the history
  3. [alg.is.permutation] Add parameters to \libconcept{sized_sentinel_for…

    …} as suggested in PR #3099.
    Dawn Perchik committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    02301b9 View commit details
    Browse the repository at this point in the history
  4. [concept.same][ranges] Renamed exposition-only concepts to follow new…

    … naming scheme.
    
    * \placeholdernc{Advanceable} => \placeholdernc{advanceable}
    * \placeholdernc{same-impl} => \placeholdernc{same-as-impl}
    * \placeholdernc{Decrementable} => \placeholdernc{decrementable}
    Dawn Perchik committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    be63fb2 View commit details
    Browse the repository at this point in the history
  5. [concepts] Renamed concepts' section names to remove trailing preposi…

    …tions for consistency.
    
    * concept.convertibleto => concept.convertible
    * concept.derivedfrom => concept.derived
    * concept.stricttotallyordered => concept.totallyordered
    Dawn Perchik committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    a6397a3 View commit details
    Browse the repository at this point in the history
  6. Fixup: Missed a reference to "concept.stricttotallyordered" in last c…

    …ommit.
    Dawn Perchik committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    a33b306 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. [range.subrange] Use single line for example's comment.

    Dawn Perchik committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    ce3ab9f View commit details
    Browse the repository at this point in the history