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

Introduce sub_struct_view #130

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Jul 14, 2024

  1. Configuration menu
    Copy the full SHA
    6e935ef View commit details
    Browse the repository at this point in the history
  2. [Storage] Use braces instead of parens in forwarding constructors

    error: aggregate initialization of type 'X' from a parenthesized list
    of values is a C++20 extension [-Werror,-Wc++20-extensions]
    alexkaratarakis committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    a02ca06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b481a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0602640 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8ac2771 View commit details
    Browse the repository at this point in the history
  6. Support recursion for sub_struct_view::sub_struct_view_of

    Yan-Tong Lin authored and alexkaratarakis committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    2c1f9c2 View commit details
    Browse the repository at this point in the history