NUMA++ 0.11.0
Loading...
Searching...
No Matches
config.hpp
Go to the documentation of this file.
1/**
2 * @file
3 * @ingroup numapp
4 * @copyright ESO 2024 - European Southern Observatory
5 *
6 * @brief NUMA++ configuration
7 */
8#ifndef NUMAPP_CONFIG_HPP_
9#define NUMAPP_CONFIG_HPP_
10
11#ifndef UNIT_TEST
12#define NUMAPP_NOEXCEPT noexcept
13#else
14#define NUMAPP_NOEXCEPT
15#endif
16#endif // #ifndef NUMAPP_CONFIG_HPP_