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// SPDX-FileCopyrightText: Copyright (C) 2021 Tobias Hienzsch
3
4#ifndef TETL_CONFIG_USER_HPP
5#define TETL_CONFIG_USER_HPP
6
7#if defined(TETL_ENABLE_USER_CONFIG_HEADER_INCLUDE)
8 #if (__has_include(<tetl_config.hpp>))
9 #include <tetl_config.hpp>
10 #else
11 #error "config header <tetl_config.hpp> could not be found"
12 #endif
13#endif
14
15#endif // TETL_CONFIG_USER_HPP