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

Add best::bind, best::row::select(), allow some bytes.h functions in constexpr #10

Merged
merged 6 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cherrypick reflection out
  • Loading branch information
mcy committed Jun 21, 2024
commit abd25246d65078ee023d5b930f839be6c154eda0
24 changes: 0 additions & 24 deletions best/meta/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -81,30 +81,6 @@ cc_library(
]
)

cc_library(
name = "reflect",
hdrs = [
"reflect.h",
"internal/reflect.h",
],
deps = [
":taxonomy",
"//best/base:fwd",
"//best/container:row",
"//best/text:str",
],
)

cc_test(
name = "reflect_test",
srcs = ["reflect_test.cc"],
linkopts = ["-rdynamic"],
deps = [
":reflect",
"//best/test",
]
)

cc_library(
name = "tlist",
hdrs = [
Expand Down
207 changes: 0 additions & 207 deletions best/meta/internal/reflect.h

This file was deleted.

Loading