2
0
mirror of https://github.com/boostorg/tti.git synced 2026-01-25 18:52:17 +00:00
Files
tti/test/TestVMHasTemplateCheckParamsFail3.cpp
Edward Diener 4e0dc9055c Updated tests
[SVN r67262]
2010-12-16 03:32:53 +00:00

14 lines
211 B
C++

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