Bug 2957: Quote Template_type_T_is_not_a_character_type parameter to remove error. Template_type_T_is_not_a_character_type doesn't seem to be defined anyware. GCC_SURGE
authorPat Downey <patd@symbian.org>
Tue, 15 Jun 2010 12:49:00 +0100
branchGCC_SURGE
changeset 5 32c1e5a1c52c
parent 4 e0a44815fded
child 6 8b3b4d191198
Bug 2957: Quote Template_type_T_is_not_a_character_type parameter to remove error. Template_type_T_is_not_a_character_type doesn't seem to be defined anyware.
searchengine/util/cpixtools/inc/public/cpixstrtools.h
--- a/searchengine/util/cpixtools/inc/public/cpixstrtools.h	Fri Jun 11 16:26:31 2010 +0100
+++ b/searchengine/util/cpixtools/inc/public/cpixstrtools.h	Tue Jun 15 12:49:00 2010 +0100
@@ -447,7 +447,7 @@
                 throw ConversionExc("PANIC auto_array conversion constructor is used for non-char type %s",
                                     typeid(T).name());
 #else
-                compile_error(Template_type_T_is_not_a_character_type);
+                compile_error("Template_type_T_is_not_a_character_type");
 #endif
             }
         };