tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
cassert.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CASSERT_HPP
4#define TETL_CASSERT_HPP
5
13
14#include <etl/_config/all.hpp>
15
17
18#ifndef assert
19 #define assert(...) TETL_ASSERT(__VA_ARGS__)
20#endif
21
22#endif // TETL_CASSERT_HPP