Not that using stream headers other than iostream is allowed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54209 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html
index 04ce54f..9a93278 100644
--- a/docs/CodingStandards.html
+++ b/docs/CodingStandards.html
@@ -522,6 +522,10 @@
put more pressure on the VM system on low-memory machines.</li>
</ol>
+<p>Note that using the other stream headers (<tt><sstream></tt> for
+example) is allowed normally, it is just <tt><iostream></tt> that is
+causing problems.</p>
+
<div align="center">
<table>
<tbody>