summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-07-30 12:14:10 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-07-30 12:14:10 +0000
commitca4ffaabcd8aef98715cc64daf8163a787dce8c2 (patch)
tree23eb8765bed3486140270c328aa0bd86b0668da2
parent2c839d4b1ed5725db8f245f9a277366d67ee2a3c (diff)
downloadbcm5719-llvm-ca4ffaabcd8aef98715cc64daf8163a787dce8c2.tar.gz
bcm5719-llvm-ca4ffaabcd8aef98715cc64daf8163a787dce8c2.zip
Not that using stream headers other than iostream is allowed.
llvm-svn: 54209
-rw-r--r--llvm/docs/CodingStandards.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html
index 04ce54fde47..9a93278c56a 100644
--- a/llvm/docs/CodingStandards.html
+++ b/llvm/docs/CodingStandards.html
@@ -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>
OpenPOWER on IntegriCloud