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