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

Update function objects section to the new format #648

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 24, 2024

  1. Update function objects section to the new format

    Also fixes a bug in the return type of logical_and and logical_or.
    Pennycook committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c8b0fe2 View commit details
    Browse the repository at this point in the history
  2. Satisfy reflow

    Pennycook committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f4eb1a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    5ae4b13 View commit details
    Browse the repository at this point in the history
  2. Define minimum/maximum return type using a ternary

    Note that the decltype() only describes the return type of the operator, so it
    doesn't actually constrain the implementation of the operator.
    Pennycook committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    0308265 View commit details
    Browse the repository at this point in the history
  3. Align minimum/maximum description with min/max

    - Add Precondition that T is Cpp17LessThanComparable.
    - Use the same wording for the Returns paragraph.
    Pennycook committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e3d879f View commit details
    Browse the repository at this point in the history