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

Issue #45: Implement is_noexcept meta function #56

Merged
merged 15 commits into from
Jul 1, 2024

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    84a8f3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56c9f7b View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. add noexcept(true/false) tests

    move instantiated func templates into supported section
    delimbetov committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    ad665b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d44dd7f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Update libcxx/include/experimental/meta

    Co-authored-by: Daniel M. Katz <katzdm@gmail.com>
    delimbetov and katzdm committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1aa2ccc View commit details
    Browse the repository at this point in the history
  2. CR: make isFunctionDeclNoexcept a non-generic lambda instead of a tem…

    …plate function
    
    make switch ident follow the style of this file
    delimbetov committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    f36f737 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ecfd45 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    2e8d444 View commit details
    Browse the repository at this point in the history
  2. more tests for is_noexcept

    delimbetov committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4c8e8ba View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    de613ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f5fc80 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    a3cac58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd914d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bde2c60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b31ff4 View commit details
    Browse the repository at this point in the history