sxize_t is not a type - error message

  • Thread starter Thread starter MyCatAlex
  • Start date Start date
M

MyCatAlex

Guest
In header file xutility.h the Intellisense highlights this expression :

// STRUCT TEMPLATE _Priority_tag
template <size_t _Value>
struct _Priority_tag
: _Priority_tag<_Value - 1>
{ // priority tag for tag dispatch
};


It says: size_t is not a type. What shall I do?

Thanks, - MyCatAlex

Continue reading...
 
Back
Top