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

<functional>: Implement invoke_r #2019

Merged
merged 29 commits into from
Aug 17, 2021
Merged

Commits on Jun 20, 2021

  1. Implement invoke_r

    SuperWig committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    0ab0cdc View commit details
    Browse the repository at this point in the history
  2. trailing spaces

    SuperWig committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    4ef0e40 View commit details
    Browse the repository at this point in the history
  3. if constexpr for void

    Co-authored-by: frederick-vs-ja <[email protected]>
    SuperWig and frederick-vs-ja authored Jun 20, 2021
    Configuration menu
    Copy the full SHA
    88caed6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c0d78ba View commit details
    Browse the repository at this point in the history
  5. [skip ci] formatting

    SuperWig committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    f376138 View commit details
    Browse the repository at this point in the history
  6. Add _NODISCARD

    SuperWig committed Jun 20, 2021
    Configuration menu
    Copy the full SHA
    1c53570 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

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

Commits on Jun 22, 2021

  1. [skip ci] formatting

    SuperWig committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    9a30dfd View commit details
    Browse the repository at this point in the history
  2. Restore 3 arg overload.

    SuperWig committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    6b1dde4 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    059fdba View commit details
    Browse the repository at this point in the history
  2. Make a templated noexcept_test

    (probably should have tested this less confusing version first)
    SuperWig committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    1963a65 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    795d2a8 View commit details
    Browse the repository at this point in the history
  2. Small changes

    * Use static_assert for type_traits
    * Test against is_permissive instead of function template
    * Reorganise tests slightly
    SuperWig committed Jun 30, 2021
    Configuration menu
    Copy the full SHA
    78abdc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2021

  1. [skip ci] SHOUTY banner

    SuperWig committed Jul 1, 2021
    Configuration menu
    Copy the full SHA
    27ecd63 View commit details
    Browse the repository at this point in the history
  2. Use single overload

    Co-authored-by: statementreply <[email protected]>
    SuperWig and statementreply authored Jul 1, 2021
    Configuration menu
    Copy the full SHA
    edc4e15 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    554e25e View commit details
    Browse the repository at this point in the history
  2. long int and foo

    SuperWig committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    b5d2606 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64f3d30 View commit details
    Browse the repository at this point in the history
  4. additional tests

    SuperWig committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    46fa210 View commit details
    Browse the repository at this point in the history
  5. Missed argument overloads

    SuperWig committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    e169e27 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    b197c7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45a3d89 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

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

Commits on Jul 23, 2021

  1. [skip ci] shhh

    SuperWig committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    d2018be View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    92cd950 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56bc89f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2ede72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    021209d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

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