mirror of
https://github.com/boostorg/tti.git
synced 2026-01-26 07:02:14 +00:00
13 lines
142 B
C++
13 lines
142 B
C++
#include "TestHasType.hpp"
|
|
|
|
int main()
|
|
{
|
|
|
|
// Enclosing type does not exist
|
|
|
|
tti::TheInteger<AType::EType> aVar;
|
|
|
|
return 0;
|
|
|
|
}
|