RTC Toolkit  0.1.0-alpha
config.hpp
Go to the documentation of this file.
1 
8 #ifndef RTCTK_CONFIG_HPP
9 #define RTCTK_CONFIG_HPP
10 
11 #ifndef UNIT_TEST
12 #define RTCTK_NOEXCEPT noexcept
13 #else
14 #define RTCTK_NOEXCEPT
15 #endif
16 
17 #endif // #ifndef RTCTK_CONFIG_HPP