Files
simgear/simgear
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
..
2007-02-02 18:16:42 +00:00
2006-10-29 19:27:08 +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
2006-03-08 18:16:08 +00:00
2001-03-24 13:12:26 +00:00
2006-02-18 16:19:54 +00:00