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
3#ifndef TETL_CONFIG_ALL_HPP
4#define TETL_CONFIG_ALL_HPP
5
6// clang-format off
15#include <etl/_config/docs.hpp>
16#include <etl/_config/user.hpp>
17// clang-format on
18
19#if __has_include(<version>)
20 #include <version>
21#endif
22
23#endif // TETL_CONFIG_ALL_HPP