2
0
mirror of https://github.com/boostorg/tti.git synced 2026-01-26 07:02:14 +00:00
Files
tti/test/test_has_mem_fun_template_fail2.cpp
Edward Diener afe89cc952 Function template functionality.
[SVN r69672]
2011-03-08 02:21:16 +00:00

14 lines
213 B
C++

#include "test_has_mem_fun_template.hpp"
#include <boost/mpl/assert.hpp>
int main()
{
// Function signature has type which does not exist
BOOST_MPL_ASSERT((boost::mpl::false_));
return 0;
}