Loading...
Searching...
No Matches
etl_profile.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2022 Jens Wetterich <jens@wetterich-net.de>
3 * SPDX-License-Identifier: LGPL-2.1-only
4 */
5
6#pragma once
7
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25#ifndef FEATURE_LIBSTDCPP
30#define ETL_NO_STL
31#endif
32
33#ifdef NO_CPP_NAN_SUPPORT
38#define ETL_NO_CPP_NAN_SUPPORT
39#endif
40
45#define ETL_CHECK_PUSH_POP
46
47#ifdef __cplusplus
48}
49#endif