tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
all.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2019 Tobias Hienzsch
3
4#ifndef TETL_CONFIG_ALL_HPP
5#define TETL_CONFIG_ALL_HPP
6
7// clang-format off
8#include <etl/_config/compiler.hpp>
9#include <etl/_config/preprocessor.hpp>
10#include <etl/_config/attributes.hpp>
11#include <etl/_config/builtin_types.hpp>
12#include <etl/_config/builtin_functions.hpp>
13#include <etl/_config/debug_trap.hpp>
14#include <etl/_config/version.hpp>
15#include <etl/_config/workarounds.hpp>
16#include <etl/_config/docs.hpp>
17#include <etl/_config/user.hpp>
18// clang-format on
19
20#if __has_include(<version>)
21 #include <version>
22#endif
23
24#endif // TETL_CONFIG_ALL_HPP