Issue 4550: Avoid "using namespace std;" in included files

https://codereview.appspot.com/579240043


---

** [issues:#4550] Avoid "using" directives in included files**

**Status:** Started
**Created:** Mon Aug 10, 2015 10:02 AM UTC by Anonymous
**Last Updated:** Wed Jan 22, 2020 01:29 PM UTC
**Owner:** Dan Eble


*Originally created by:* *anonymous

*Originally created by:* 
[[email protected]](http://code.google.com/u/107439649205250398889/)
*Originally owned by:* 
[[email protected]](http://code.google.com/u/107439649205250398889/)

"using namespace std;" seems to be \*everywhere\* in Lilypond.  It appears in 
\*.cc files before headers are included.  It appears in header files too.

"using" directives should not be used where they might affect more than the 
current file.

The patch for this issue will have to wait for a handful of issues that I found 
along the way to be fixed, but here is the summary:
  \* eliminate "using namespace std;"
  \* add "std::" to everything in \*.hh files \(and other included files\)
  \* add "using std::whatever;" in \*.cc files for common types \(e.g. string, 
vector\)
  \* add "std::" in \*.cc files for functions \(e.g. swap\) and other less 
common things \(e.g. less\)


---

Sent from sourceforge.net because [email protected] 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
  • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development

Reply via email to