lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #4550 Avoid "u


From: Auto mailings of changes to Lily Issues via Testlilyissues-auto
Subject: [Lilypond-auto] [LilyIssues-auto] [testlilyissues:issues] #4550 Avoid "using" directives in included files
Date: Wed, 22 Jan 2020 13:40:20 -0000

Diff:

--- old
+++ new
@@ -12,3 +12,6 @@
   \* 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\)
+
+Latest attempt: https://codereview.appspot.com/579240043/
+Earlier attempts: <strike> https://codereview.appspot.com/254670043/ </strike>

[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: nine.fie...@gmail.com
Originally owned by: nine.fie...@gmail.com

"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)

Latest attempt: https://codereview.appspot.com/579240043/
Earlier attempts: https://codereview.appspot.com/254670043/


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

reply via email to

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