tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
workarounds.hpp
Go to the documentation of this file.
1
// SPDX-License-Identifier: BSL-1.0
2
3
#ifndef TETL_CONFIG_WORKAROUNDS_HPP
4
#define TETL_CONFIG_WORKAROUNDS_HPP
5
6
#if defined(__AVR__)
7
// Some tests are failing on AVR builds probably due to sizeof(int) == 2 and
8
// sizeof(double) != 8. Search for this macro to see all places where tests
9
// are explicitly disabled.
10
#define TETL_WORKAROUND_AVR_BROKEN_TESTS 1
11
#endif
12
13
#endif
// TETL_CONFIG_WORKAROUNDS_HPP
include
etl
_config
workarounds.hpp
Generated on Sat Mar 8 2025 16:19:59 for tetl by
1.14.0