mirror of
https://github.com/boostorg/tti.git
synced 2026-01-26 07:02:14 +00:00
10 lines
134 B
C++
10 lines
134 B
C++
#include "TestMFMemberType.hpp"
|
|
#include <boost/detail/lightweight_test.hpp>
|
|
|
|
int main()
|
|
{
|
|
|
|
return boost::report_errors();
|
|
|
|
}
|