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

13 lines
230 B
C++

#include "TestHasStaticMember.hpp"
int main()
{
// Function signature has type which does not exist
tti::has_static_member_TSFunction<AnotherType,AType::AClassType (AType::AnIntType,double)> aVar;
return 0;
}