Not that using stream headers other than iostream is allowed.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 30 Jul 2008 12:14:10 +0000 (12:14 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 30 Jul 2008 12:14:10 +0000 (12:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54209 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodingStandards.html

index 04ce54fde47fbe193db1a660a20b02819d27226c..9a93278c56a13a0dff23ac79a30d36131e8121c7 100644 (file)
@@ -522,6 +522,10 @@ library. There are two problems with this:</p>
       put more pressure on the VM system on low-memory machines.</li>
 </ol>
 
+<p>Note that using the other stream headers (<tt>&lt;sstream&gt;</tt> for
+example) is allowed normally, it is just <tt>&lt;iostream&gt;</tt> that is
+causing problems.</p>
+
 <div align="center">
 <table>
   <tbody>