lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Tie Crusade - what to do now


From: Frédéric Bron
Subject: Re: Tie Crusade - what to do now
Date: Tue, 20 Aug 2013 06:47:49 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]