We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d2495 commit 6e28b4bCopy full SHA for 6e28b4b
third_party/optional.BUILD
@@ -0,0 +1,19 @@
1
+# Copyright (C) 2022 Swift Navigation Inc.
2
+# Contact: Swift Navigation <[email protected]>
3
+#
4
+# This source is subject to the license found in the file 'LICENSE' which must
5
+# be be distributed together with this source. All other rights reserved.
6
7
+# THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND,
8
+# EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED
9
+# WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE.
10
+
11
+package(
12
+ default_visibility = ["//visibility:public"],
13
+)
14
15
+cc_library(
16
+ name = "optional",
17
+ hdrs = ["optional.hpp"],
18
+ includes = ["."],
19
0 commit comments