2
0
mirror of https://github.com/boostorg/tti.git synced 2026-01-25 06:42:25 +00:00
Files
tti/test/TestHasTemplateCheckParamsFail.cpp
Edward Diener 31a0db5320 Updated tests
[SVN r67200]
2010-12-13 03:45:05 +00:00

14 lines
238 B
C++

#include "TestHasTemplateCheckParams.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;
}