mirror of
https://github.com/boostorg/tti.git
synced 2026-01-25 18:52:17 +00:00
12 lines
148 B
C++
12 lines
148 B
C++
#include "TestMFHasMemberData.hpp"
|
|
#include <boost/mpl/assert.hpp>
|
|
|
|
int main()
|
|
{
|
|
|
|
BOOST_MPL_ASSERT((boost::mpl::false_));
|
|
|
|
return 0;
|
|
|
|
}
|