Changes imported from Abseil "staging" branch:
- 950e7d514bea97ea500284a53318330ec1f04f76 Remove accidental references to "header_modules". by Greg Falcon <gfalcon@google.com> GitOrigin-RevId: 950e7d514bea97ea500284a53318330ec1f04f76 Change-Id: I482955fe0364a57ed8c6e229fdb6f86fc63faf6e
This commit is contained in:
parent
99b92c8736
commit
af8c291d9a
3 changed files with 1 additions and 13 deletions
|
@ -191,9 +191,6 @@ cc_library(
|
|||
srcs = ["internal/throw_delegate.cc"],
|
||||
hdrs = ["internal/throw_delegate.h"],
|
||||
copts = ABSL_DEFAULT_COPTS + ABSL_EXCEPTIONS_FLAG,
|
||||
features = [
|
||||
"-use_header_modules",
|
||||
],
|
||||
visibility = [
|
||||
"//absl:__subpackages__",
|
||||
],
|
||||
|
|
|
@ -27,10 +27,7 @@ load(
|
|||
|
||||
package(
|
||||
default_visibility = ["//visibility:public"],
|
||||
features = [
|
||||
"parse_headers",
|
||||
"header_modules",
|
||||
],
|
||||
features = ["parse_headers"],
|
||||
)
|
||||
|
||||
licenses(["notice"]) # Apache 2.0
|
||||
|
|
|
@ -43,9 +43,6 @@ cc_library(
|
|||
srcs = ["bad_any_cast.cc"],
|
||||
hdrs = ["bad_any_cast.h"],
|
||||
copts = ABSL_EXCEPTIONS_FLAG + ABSL_DEFAULT_COPTS,
|
||||
features = [
|
||||
"-use_header_modules",
|
||||
],
|
||||
deps = [
|
||||
"//absl/base",
|
||||
"//absl/base:config",
|
||||
|
@ -152,9 +149,6 @@ cc_library(
|
|||
srcs = ["bad_optional_access.cc"],
|
||||
hdrs = ["bad_optional_access.h"],
|
||||
copts = ABSL_DEFAULT_COPTS + ABSL_EXCEPTIONS_FLAG,
|
||||
features = [
|
||||
"-use_header_modules",
|
||||
],
|
||||
deps = [
|
||||
"//absl/base",
|
||||
"//absl/base:config",
|
||||
|
|
Loading…
Reference in a new issue