Lioncash d36b7bdc3f Global: Change <iostream> include into <ostream>
<iostream> injects a static constructor into every translation unit that
includes the header--even if nothing from the header is used. This can
result in minor initial program slowdown, as all of these constructors
need to run before main() can execute.

Instead, we can use <ostream>, which includes all of the necessary
machinery that we need.
2019-08-15 20:06:17 -04:00
2019-07-19 18:19:44 -10:00
2018-09-23 19:12:29 -07:00
2019-07-27 15:18:57 -10:00
2019-07-19 18:19:44 -10:00
2017-01-03 10:42:03 -08:00
2019-07-19 18:19:44 -10:00
2017-11-13 17:33:31 -10:00
2018-09-25 15:38:11 -07:00
2018-01-02 14:22:47 -10:00
2015-07-08 15:12:24 -10:00

Athena

Description
General-purpose streaming I/O framework
Readme MIT 11 MiB
Languages
C++ 85.3%
C 10.1%
CMake 4.6%