mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-15 22:02:51 -06:00
5 lines
93 B
Text
5 lines
93 B
Text
template<true, typename _Ty>
|
|
struct _CrtEnableIf<true, _Ty>
|
|
{
|
|
typedef _Ty _Type;
|
|
};
|