mirror of
https://github.com/boostorg/tti.git
synced 2026-01-25 06:42:25 +00:00
14 lines
189 B
C++
14 lines
189 B
C++
#include "TestHasTemplate.hpp"
|
|
#include <boost/mpl/assert.hpp>
|
|
|
|
int main()
|
|
{
|
|
|
|
// Not all 'typename' parameters
|
|
|
|
BOOST_MPL_ASSERT((tti::HaveAnotherMT<AType>));
|
|
|
|
return 0;
|
|
|
|
}
|