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