Activity log for bug #1375579

Date Who What changed Old value New value Message
2014-09-30 06:23:33 GunChleoc bug added bug
2014-09-30 06:23:48 GunChleoc tags cleanups lowhangingfruit
2014-09-30 06:28:10 GunChleoc description According to the Google Style Guide, "using namespace foo" is not a good idea: http://google-styleguide.googlecode.com/svn/trunk/cppguide.html#Namespaces You may not use a using-directive to make all names from a namespace available. // Forbidden -- This pollutes the namespace. using namespace foo; According to the Google Style Guide, "using namespace foo" is not a good idea: http://google-styleguide.googlecode.com/svn/trunk/cppguide.html#Namespaces You may not use a using-directive to make all names from a namespace available. // Forbidden -- This pollutes the namespace. using namespace foo; You may use a using-declaration anywhere in a .cc file, and in functions, methods or classes in .h files.
2014-10-04 12:52:47 SirVer widelands: status New Confirmed
2014-10-04 12:52:49 SirVer widelands: importance Undecided Low
2015-07-28 07:03:53 GunChleoc branch linked lp:~widelands-dev/widelands/bug-1375579
2015-07-28 07:05:18 GunChleoc widelands: status Confirmed In Progress
2015-07-28 07:05:22 GunChleoc widelands: assignee GunChleoc (gunchleoc)
2015-07-28 07:05:24 GunChleoc widelands: milestone build19-rc1
2015-08-04 07:48:47 GunChleoc widelands: status In Progress Fix Committed
2016-02-21 09:02:37 GunChleoc widelands: assignee GunChleoc (gunchleoc)
2016-10-25 07:36:25 GunChleoc widelands: status Fix Committed Fix Released