mirror of
https://github.com/boostorg/tti.git
synced 2026-01-29 20:12:11 +00:00
14 lines
238 B
C++
14 lines
238 B
C++
#include "test_vm_has_static_mem_fun_template.hpp"
|
|
#include <boost/detail/lightweight_test.hpp>
|
|
|
|
int main()
|
|
{
|
|
|
|
#if !defined(BOOST_NO_VARIADIC_MACROS)
|
|
|
|
#endif //!defined(BOOST_NO_VARIADIC_MACROS)
|
|
|
|
return boost::report_errors();
|
|
|
|
}
|