mirror of
https://github.com/boostorg/tti.git
synced 2026-01-26 07:02:14 +00:00
12 lines
154 B
C++
12 lines
154 B
C++
#include "TestMFHasTypeCheckTypedef.hpp"
|
|
#include <boost/mpl/assert.hpp>
|
|
|
|
int main()
|
|
{
|
|
|
|
BOOST_MPL_ASSERT((boost::mpl::false_));
|
|
|
|
return 0;
|
|
|
|
}
|