2
0
mirror of https://github.com/boostorg/tti.git synced 2026-01-26 07:02:14 +00:00
Files
tti/test/TestVMHasTemplateCheckParamsFail4.cpp
Edward Diener 4e0dc9055c Updated tests
[SVN r67262]
2010-12-16 03:32:53 +00:00

14 lines
212 B
C++

#include "TestVMHasTemplateCheckParams.hpp"
#include <boost/mpl/assert.hpp>
int main()
{
// Wrong template parameters
BOOST_MPL_ASSERT((tti::WrongParameters2ForMP<AnotherType>));
return 0;
}