blob: df2d1be6f7ec4fda0f076ff8b177686699d788a4 [file] [log] [blame]
licenses(["notice"]) # boost
cc_library(
name = "optional",
hdrs = glob(["include/**"]),
includes = ["include"],
target_compatible_with = ["@platforms//os:linux"],
visibility = ["//visibility:public"],
deps = [
"//third_party/boostorg/assert",
"//third_party/boostorg/core",
"//third_party/boostorg/static_assert",
"//third_party/boostorg/throw_exception",
"//third_party/boostorg/type_traits",
],
)