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

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

Pushed to staging:

commit 59a6d1a06432fc0ca88c3023c646182f389ec1b5
Author: Dan Eble <[email protected]>
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 <[email protected]>
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