2
0
mirror of https://github.com/boostorg/tti.git synced 2026-01-25 06:42:25 +00:00
Files
tti/test/TestMFHasStaticData.hpp
Edward Diener c88ecb20fb Added support for metafunction classes
[SVN r68720]
2011-02-08 16:13:22 +00:00

14 lines
338 B
C++

#if !defined(TEST_MF_HAS_STATIC_DATA_HPP)
#define TEST_MF_HAS_STATIC_DATA_HPP
#include "TestStructs.hpp"
#include <boost/tti/TTIntrospection.hpp>
TTI_HAS_STATIC_MEMBER(DSMember)
TTI_HAS_STATIC_MEMBER(SomeStaticData)
TTI_MTFC_HAS_STATIC_MEMBER(DSMember)
TTI_MTFC_HAS_STATIC_MEMBER(SomeStaticData)
#endif // TEST_MF_HAS_STATIC_DATA_HPP