diff options
Diffstat (limited to 'kernel/lib/libcxx/include/expected')
| -rw-r--r-- | kernel/lib/libcxx/include/expected | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kernel/lib/libcxx/include/expected b/kernel/lib/libcxx/include/expected new file mode 100644 index 0000000..31da8c1 --- /dev/null +++ b/kernel/lib/libcxx/include/expected @@ -0,0 +1,14 @@ +// -*- C++ -*- +//===----------------------------------------------------------------------===// +// +// Part of the BastionOS freestanding C++ standard library. +// +//===----------------------------------------------------------------------===// + +#ifndef _LIBBASTION_EXPECTED +#define _LIBBASTION_EXPECTED + +#include <__config> +#include <__expected/expected.h> + +#endif // _LIBBASTION_EXPECTED |
