lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 4550 in lilypond: Avoid "using" directives in


From: lilypond
Subject: Re: [Lilypond-auto] Issue 4550 in lilypond: Avoid "using" directives in included files
Date: Thu, 20 Aug 2015 23:27:34 +0000

Updates:
        Status: Fixed
        Labels: -Patch-push Fixed_2_19_26

Comment #5 on issue 4550 by address@hidden: Avoid "using" directives in included files
https://code.google.com/p/lilypond/issues/detail?id=4550

Pushed to staging:

commit 59a6d1a06432fc0ca88c3023c646182f389ec1b5
Author: Dan Eble <address@hidden>
Date:   Thu Aug 20 19:06:03 2015 -0400

    Issue 4550 (2/2) Avoid "using namespace std;" in included files

    These changes are produced by a rather long shell script that is
    posted in the code review for this issue.  Summary:

    * remove "using namespace std;" everywhere
    * add "std::" in *.hh and other included files
    * add "std::" to functions and lesser-used types in *.cc files

commit f127e14af04f474d20406ca0e0f76f05061ee103
Author: Dan Eble <address@hidden>
Date:   Sat Aug 8 13:11:02 2015 -0400

    Issue 4550 (1/2) Avoid "using namespace std;" in included files

    These are manual changes in preparation for an automated removal of
    "using namespace std;".

    Mostly these are additions of using-declarations for commonly used
    types and containers (e.g. std::string, std::vector) to *.cc files so
    that they will continue to build after the big removal.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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