mirror of
https://github.com/boostorg/tti.git
synced 2026-01-26 07:02:14 +00:00
8 lines
198 B
C++
8 lines
198 B
C++
#if !defined(TEST_MF_HAS_STATIC_FUNCTION_HPP)
|
|
#define TEST_MF_HAS_STATIC_FUNCTION_HPP
|
|
|
|
#include "TestStructs.hpp"
|
|
#include <boost/tti/TTIntrospection.hpp>
|
|
|
|
#endif // TEST_MF_HAS_STATIC_FUNCTION_HPP
|