From: Paul Eggert Date: Mon, 7 Jul 2003 03:45:07 +0000 (+0000) Subject: use s.empty() rather than s == "" to test for empty string X-Git-Tag: BISON-2_0~232 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/ddb85ca59ec4f7649b958ae7275c3fcd776478ca?ds=sidebyside use s.empty() rather than s == "" to test for empty string --- diff --git a/ChangeLog b/ChangeLog index b5435203..6be71c9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-07-06 Matthias Mann + + * data/lalr1.cc (operator<<(std::ostream&, const Position&)): + use s.empty() rather than s == "" to test for empty string; see + + (trivial change) + 2003-06-25 Akim Demaille * config/depcomp, config/install-sh: Update from masters.