diff --git a/flower/include/std-string.hh b/flower/include/std-string.hh
index 5b7d2af..22a5f1b 100644
--- a/flower/include/std-string.hh
+++ b/flower/include/std-string.hh
@@ -35,7 +35,8 @@
 #include <string>

+/// AAAAARGH! What does it do in header?!?! It's death, <zaraza>,
it's total destruction! It burns my eyes!
 using namespace std;

agreed!!!!

-typedef size_t ssize;
+typedef size_t ssize; ///< I believe it is in some c... header.

size_t is in <cstddef> but not ssize.
The problem here is that size_t is still used 106 times so this
doesn't look consistent. Why not removing ssize and use only size_t
which is standard?

Frédéric

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to