mirror of
https://github.com/boostorg/tti.git
synced 2026-01-25 06:42:25 +00:00
13 lines
161 B
C++
13 lines
161 B
C++
#include "TestHasTypeCheckTypedef.hpp"
|
|
|
|
int main()
|
|
{
|
|
|
|
// Enclosing type does not exist
|
|
|
|
tti::TheInteger<AType::EType,double> aVar;
|
|
|
|
return 0;
|
|
|
|
}
|