2
0
mirror of https://github.com/boostorg/tti.git synced 2026-01-25 06:42:25 +00:00
Files
tti/test/TestHasTypeCheckTypedefFail3.cpp
Edward Diener e395edf104 Updated more tests
[SVN r67232]
2010-12-15 02:12:51 +00:00

13 lines
161 B
C++

#include "TestHasTypeCheckTypedef.hpp"
int main()
{
// Enclosing type does not exist
tti::TheInteger<AType::EType,double> aVar;
return 0;
}