Skip to content

Commit

Permalink
Support recursion for sub_struct_view::sub_struct_view_of
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan-Tong Lin authored and alexkaratarakis committed Jul 14, 2024
1 parent 9f8390f commit bfaa821
Show file tree
Hide file tree
Showing 3 changed files with 854 additions and 137 deletions.
5 changes: 5 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -862,12 +862,16 @@ cc_library(
strip_include_prefix = strip_include_prefix_config(),
deps = [
":assert_or_abort",
":fixed_vector",
":fixed_map",
":fixed_set",
":iterator_utils",
":memory",
":in_out",
":out",
":random_access_iterator",
":reflection",
":type_name"
],
copts = ["-std=c++20"],
)
Expand Down Expand Up @@ -1621,6 +1625,7 @@ cc_test(
":fixed_vector",
":out",
":sub_struct_view",
":source_location",
"@com_google_googletest//:gtest",
"@com_google_googletest//:gtest_main",
],
Expand Down
Loading

0 comments on commit bfaa821

Please sign in to comment.