|
From: | Auto mailings of changes to Lily Issues via Testlilyissues-auto |
Subject: | [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #5659 Clean up to_string () etc. |
Date: | Sat, 11 Jan 2020 20:08:44 -0000 |
Finally remove deleted ::to_string () overloads
https://codereview.appspot.com/583320043
[issues:#5659] Clean up to_string () etc.
Status: Started
Created: Sat Jan 11, 2020 08:05 PM UTC by Dan Eble
Last Updated: Sat Jan 11, 2020 08:08 PM UTC
Owner: Dan Eble
C++11 provides std::to_string () overloaded for basic integer types.
This set of changes removes similar global functions from flower to
avoid ambiguity.
There is some other general clean-up in here, but it's all related to
strings.
1: Remove some unused string-related functions
2: Remove String_convert::char_string
Where necessary, construct a std::string directly.
3: Delete ::to_string (const string&)
4: Delete ::to_string(char, ssize_t)
5: Delete ::to_string (bool b)
6: Delete ::to_string (i) for various integer types
7: Finally remove deleted ::to_string () overloads
8: Remove Interval<t>::T_to_string ()
This has an example of a technique that was not previously usable
because of ambiguity between std::to_string () and ::to_string ().</t>
https://codereview.appspot.com/583320043
Sent from sourceforge.net because address@hidden is subscribed to https://sourceforge.net/p/testlilyissues/issues/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/testlilyissues/admin/issues/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
_______________________________________________ Testlilyissues-auto mailing list address@hidden https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
[Prev in Thread] | Current Thread | [Next in Thread] |