2
0
mirror of https://github.com/boostorg/tti.git synced 2026-01-26 19:12:11 +00:00
Files
tti/test/TestVMHasTemplateCheckParamsFail2.cpp
Edward Diener 483971959a Testing variadic macro functionality
[SVN r67242]
2010-12-15 17:12:57 +00:00

14 lines
192 B
C++

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