mirror of
https://github.com/boostorg/tti.git
synced 2026-02-02 21:32:08 +00:00
10 lines
111 B
C++
10 lines
111 B
C++
#include "test_has_mem_fun_template.hpp"
|
|
#include <boost/mpl/assert.hpp>
|
|
|
|
int main()
|
|
{
|
|
|
|
return 0;
|
|
|
|
}
|