NUMA++ 0.12.0
Loading...
Searching...
No Matches
config.hpp
Go to the documentation of this file.
1/**
2 * @file
3 * @ingroup numapp
4 * @brief NUMA++ configuration
5 * @copyright
6 * SPDX-FileCopyrightText: 2020-2024 European Southern Observatory (ESO)
7 *
8 * SPDX-License-Identifier: LGPL-3.0-only
9 */
10#ifndef NUMAPP_CONFIG_HPP_
11#define NUMAPP_CONFIG_HPP_
12
13#ifndef UNIT_TEST
14#define NUMAPP_NOEXCEPT noexcept
15#else
16#define NUMAPP_NOEXCEPT
17#endif
18#endif // #ifndef NUMAPP_CONFIG_HPP_