X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=flower%2Fgetopt-long.cc;h=9adc0c3592d2a2de84ea96e7e4b6935988ec4479;hb=90e4d7057f3857da049dfda3d130017d4719bd6b;hp=658faed9219b955c105a33e01a63751d678bcf4e;hpb=59a6d1a06432fc0ca88c3023c646182f389ec1b5;p=lilypond.git diff --git a/flower/getopt-long.cc b/flower/getopt-long.cc index 658faed921..9adc0c3592 100644 --- a/flower/getopt-long.cc +++ b/flower/getopt-long.cc @@ -36,8 +36,6 @@ gettext (char const *s) #include #endif -using std::string; - long Getopt_long::get_argument_index () { @@ -318,7 +316,7 @@ Long_option_init::table_string (Long_option_init *l) size_t wid = 0; for (int i = 0; l[i].shortname_char_ || l[i].longname_str0_; i++) - wid = std::max (wid, l[i].str_for_help ().length ()); + wid = max (wid, l[i].str_for_help ().length ()); for (int i = 0; l[i].shortname_char_ || l[i].longname_str0_; i++) {