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