diff options
Diffstat (limited to 'kernel/lib/libcxx/include/memory')
| -rw-r--r-- | kernel/lib/libcxx/include/memory | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kernel/lib/libcxx/include/memory b/kernel/lib/libcxx/include/memory new file mode 100644 index 0000000..72ea03c --- /dev/null +++ b/kernel/lib/libcxx/include/memory @@ -0,0 +1,16 @@ +// -*- C++ -*- +//===----------------------------------------------------------------------===// +// +// Part of the BastionOS freestanding C++ standard library. +// +//===----------------------------------------------------------------------===// + +#ifndef _LIBBASTION_MEMORY +#define _LIBBASTION_MEMORY + +#include <__config> +#include <__memory/addressof.h> +#include <__memory/pointer_traits.h> +#include <__memory/unique_ptr.h> + +#endif // _LIBBASTION_MEMORY |
