ultimatepp/autotest/CppParser/test2.in
cxl d740b08fe4 .autotest
git-svn-id: svn://ultimatepp.org/upp/trunk@8175 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-14 18:13:37 +00:00

5 lines
93 B
Text

template<true, typename _Ty>
struct _CrtEnableIf<true, _Ty>
{
typedef _Ty _Type;
};