summaryrefslogtreecommitdiff
path: root/docs
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
commited58a97afd33077aae25f35d03e4566ed722d45a (patch)
treede498c0fbbedabe883b310191a8bec170c9d7910 /docs
parente3b3a7241c01f26613694e53b26b01abf764ddfc (diff)
downloadllvm-ed58a97afd33077aae25f35d03e4566ed722d45a.tar.gz
llvm-ed58a97afd33077aae25f35d03e4566ed722d45a.tar.bz2
llvm-ed58a97afd33077aae25f35d03e4566ed722d45a.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/CodingStandards.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html
index 04ce54fde4..9a93278c56 100644
--- a/docs/CodingStandards.html
+++ b/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>