blob: a0a76c90415d9c6472c03ea64db96dfdf5a3c1f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// -*- C++ -*-
//===----------------------------------------------------------------------===//
//
// Part of the BastionOS freestanding C++ standard library.
//
//===----------------------------------------------------------------------===//
#ifndef _LIBBASTION_FUNCTIONAL
#define _LIBBASTION_FUNCTIONAL
#include <__config>
#include <__functional/comparisons.h>
#include <__functional/arithmetic.h>
#include <__functional/hash.h>
#endif // _LIBBASTION_FUNCTIONAL
|