# HG changeset patch # User Pat Downey # Date 1276602540 -3600 # Node ID 32c1e5a1c52c4f576372b46976f6807061b26d01 # Parent e0a44815fded28c406bd4d80979e5ab4bec074bc 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. diff -r e0a44815fded -r 32c1e5a1c52c 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 } };