summaryrefslogtreecommitdiff
path: root/kernel/lib/libcxx/include/optional
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/lib/libcxx/include/optional')
-rw-r--r--kernel/lib/libcxx/include/optional14
1 files changed, 14 insertions, 0 deletions
diff --git a/kernel/lib/libcxx/include/optional b/kernel/lib/libcxx/include/optional
new file mode 100644
index 0000000..6423028
--- /dev/null
+++ b/kernel/lib/libcxx/include/optional
@@ -0,0 +1,14 @@
+// -*- C++ -*-
+//===----------------------------------------------------------------------===//
+//
+// Part of the BastionOS freestanding C++ standard library.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef _LIBBASTION_OPTIONAL
+#define _LIBBASTION_OPTIONAL
+
+#include <__config>
+#include <__optional/optional.h>
+
+#endif // _LIBBASTION_OPTIONAL