timoore
d219c5c4c6
Don't include <iostream> and "using" declarations in header files
...
<iostream> sucks in expensive initialization of the standard streams
and isn't appropriate in a header file. Use <istream> and <ostream>
instead.
using declarations should never appear at global scope in a header
file; source files get to decide what they want to use in their
namespace.
2008-06-02 20:21:27 +00:00
..
2008-06-02 20:21:27 +00:00
2004-03-17 04:22:09 +00:00
2008-06-02 20:21:27 +00:00
2008-03-04 08:58:33 +00:00
2007-02-02 18:16:42 +00:00
2008-06-02 20:21:27 +00:00
2007-07-22 22:37:26 +00:00
2008-06-02 20:21:27 +00:00
2008-06-02 20:21:27 +00:00
2007-08-01 22:46:12 +00:00
2008-06-02 20:21:27 +00:00
2007-07-22 22:37:26 +00:00
2008-06-02 20:21:27 +00:00
2008-04-23 18:13:50 +00:00
2007-07-22 22:37:26 +00:00
2008-06-02 20:21:27 +00:00
2008-06-02 20:21:27 +00:00
2006-10-29 19:27:08 +00:00
2007-07-02 15:42:19 +00:00
2007-06-29 10:46:52 +00:00
2002-09-14 16:05:58 +00:00
2006-11-03 09:57:02 +00:00
2008-03-22 09:30:26 +00:00
2007-01-06 17:01:58 +00:00
2006-03-08 18:16:08 +00:00
2001-03-24 13:12:26 +00:00
2007-01-06 16:52:50 +00:00
2006-02-18 16:19:54 +00:00
2004-11-19 21:44:16 +00:00