blob: 3d6b28a6a57d6050772c60ecbe2300de34f81dd1 [file] [log] [blame]
licenses(["notice"]) # boost
cc_library(
name = "functional",
hdrs = glob(["include/**"]),
includes = ["include"],
target_compatible_with = ["@platforms//os:linux"],
visibility = ["//visibility:public"],
)