mirror of
https://github.com/boostorg/tti.git
synced 2026-01-26 19:12:11 +00:00
12 lines
144 B
C++
12 lines
144 B
C++
#include "TestMFMemberType.hpp"
|
|
#include <boost/mpl/assert.hpp>
|
|
|
|
int main()
|
|
{
|
|
|
|
BOOST_MPL_ASSERT((boost::mpl::true_));
|
|
|
|
return 0;
|
|
|
|
}
|