RTC Toolkit
1.0.0
reusableComponents
telSub
lib
src
include
rtctk
config.hpp
Go to the documentation of this file.
1
11
#ifndef RTCTK_CONFIG_HPP
12
#define RTCTK_CONFIG_HPP
13
14
#ifndef UNIT_TEST
15
#define RTCTK_NOEXCEPT noexcept
16
#else
17
#define RTCTK_NOEXCEPT
18
#endif
19
20
#endif // #ifndef RTCTK_CONFIG_HPP
Generated by
1.8.20