repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 160eb81cf0c50104969e5445fb7f046122527315: path_to: revision_to:
commit 160eb81cf0c50104969e5445fb7f046122527315 Author: Marc LehmannDate: Thu Jan 19 17:10:51 2012 +0000 *** empty log message *** diff --git a/Changes b/Changes
--- a/Changes +++ b/Changes @@ -21,6 +21,8 @@ TODO: perl-shell-window? perl-unix-socket? TODO: command line editing when icanon? TODO: split ROW into a ROW_fast (0..total*2-1) and ROW macros? + - remove "using namespace std" because clang erroneously + thinks thats an error. - finding a matching font (e.g. bold version of the base font) was broken (reported by Eamon Walker). - fix parsing of bg image styles. They really work now. diff --git a/src/rxvt.h b/src/rxvt.h
--- a/src/rxvt.h
+++ b/src/rxvt.h
@@ -26,8 +26,6 @@
// stdlib.h might provide it
#endif
-using namespace std;
-
// we assume that Xlib.h defines XPointer, and it does since at least 1994...
extern "C" {
diff --git a/src/rxvtutil.h b/src/rxvtutil.h
--- a/src/rxvtutil.h +++ b/src/rxvtutil.h @@ -5,8 +5,6 @@ #include#include "ecb.h" -using namespace std; - // increases code size unless -fno-enforce-eh-specs #if __GNUC__ # define NOTHROW
-----END OF PAGE-----