From ed0da8842fbabe9ed747f23a0d2a8f5b68dbb2a2 Mon Sep 17 00:00:00 2001
From: Daniel Dunbar
LLVM includes a lightweight, simple, and efficient stream implementation in llvm/Support/raw_ostream.h which provides all of the common features -of std::iostream. All new code should use raw_ostream instead -of iostream.
+of std::ostream. All new code should use raw_ostream instead +of ostream. -Unlike std::iostream, raw_ostream is not a template and can +
Unlike std::ostream, raw_ostream is not a template and can be forward declared as class raw_ostream. Public headers should generally not include the raw_ostream header, but use forward declarations and constant references to raw_ostream instances.
-- cgit v1.1