tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
user.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CONFIG_USER_HPP
4#define TETL_CONFIG_USER_HPP
5
6#if defined(TETL_ENABLE_USER_CONFIG_HEADER_INCLUDE)
7 #if (__has_include(<tetl_config.hpp>))
8 #include <tetl_config.hpp>
9 #else
10 #error "config header <tetl_config.hpp> could not be found"
11 #endif
12#endif
13
14#endif // TETL_CONFIG_USER_HPP