searchengine/util/cpixtools/inc/public/cpixstrtools.h
branchGCC_SURGE
changeset 5 32c1e5a1c52c
parent 0 671dee74050a
equal deleted inserted replaced
4:e0a44815fded 5:32c1e5a1c52c
   445                 // with a runtime exception generated.
   445                 // with a runtime exception generated.
   446 #ifdef __ARMCC__
   446 #ifdef __ARMCC__
   447                 throw ConversionExc("PANIC auto_array conversion constructor is used for non-char type %s",
   447                 throw ConversionExc("PANIC auto_array conversion constructor is used for non-char type %s",
   448                                     typeid(T).name());
   448                                     typeid(T).name());
   449 #else
   449 #else
   450                 compile_error(Template_type_T_is_not_a_character_type);
   450                 compile_error("Template_type_T_is_not_a_character_type");
   451 #endif
   451 #endif
   452             }
   452             }
   453         };
   453         };
   454 
   454 
   455 
   455