X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Finclude%2Fstd-string.hh;h=0a34d0504958c7fbe4ef8b05dae11b313d226321;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=ea65fe042e52b5402c125313deaf5357a3243c84;hpb=c054eb280fd9953596eb164f67b0f9d5555c5a32;p=lilypond.git diff --git a/flower/include/std-string.hh b/flower/include/std-string.hh index ea65fe042e..0a34d05049 100644 --- a/flower/include/std-string.hh +++ b/flower/include/std-string.hh @@ -20,14 +20,13 @@ #ifndef STD_STRING_HH #define STD_STRING_HH -#include "compare.hh" #include "flower-proto.hh" #if 0 /* leads to dubious crashes - libstdc++ bug? */ -#ifndef NDEBUG +#ifdef DEBUG #define _GLIBCXX_DEBUG 1 #endif #endif @@ -55,8 +54,4 @@ string &replace_all (string *str, string const &find, string const &replace); string &replace_all (string *str, char find, char replace); char *string_copy (const string &s); -int string_compare (string const &, string const &); - -INSTANTIATE_COMPARE (string const &, string_compare); - #endif /* STD_STRING_HH */