tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
version.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_VERSION_HPP
5#define TETL_VERSION_HPP
6
7/// \defgroup version version
8/// Supplies implementation-dependent library information
9/// \ingroup utilities-library
10
11#include <etl/_config/all.hpp>
12
13// Non-standard extensions
14#include <etl/_version/implementation.hpp>
15#include <etl/_version/language_standard.hpp>
16
17#endif // TETL_VERSION_HPP