[llvm-commits] [llvm] r54209 - /llvm/trunk/docs/CodingStandards.html

Matthijs Kooijman matthijs at stdin.nl
Wed Jul 30 05:14:12 PDT 2008


Author: matthijs
Date: Wed Jul 30 07:14:10 2008
New Revision: 54209

URL: http://llvm.org/viewvc/llvm-project?rev=54209&view=rev
Log:
Not that using stream headers other than iostream is allowed.

Modified:
    llvm/trunk/docs/CodingStandards.html

Modified: llvm/trunk/docs/CodingStandards.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodingStandards.html?rev=54209&r1=54208&r2=54209&view=diff

==============================================================================
--- llvm/trunk/docs/CodingStandards.html (original)
+++ llvm/trunk/docs/CodingStandards.html Wed Jul 30 07:14:10 2008
@@ -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>





More information about the llvm-commits mailing list