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

14 lines
240 B
C++

#include "TestVMHasTemplateCheckParams.hpp"
#include <boost/mpl/assert.hpp>
int main()
{
// TemplateNotExist does not exist at all
BOOST_MPL_ASSERT((tti::has_template_check_params_TemplateNotExist<AType>));
return 0;
}