diff options
| author | Matthijs Kooijman <matthijs@stdin.nl> | 2008-07-30 12:14:10 +0000 |
|---|---|---|
| committer | Matthijs Kooijman <matthijs@stdin.nl> | 2008-07-30 12:14:10 +0000 |
| commit | ca4ffaabcd8aef98715cc64daf8163a787dce8c2 (patch) | |
| tree | 23eb8765bed3486140270c328aa0bd86b0668da2 | |
| parent | 2c839d4b1ed5725db8f245f9a277366d67ee2a3c (diff) | |
| download | bcm5719-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.html | 4 |
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><sstream></tt> for +example) is allowed normally, it is just <tt><iostream></tt> that is +causing problems.</p> + <div align="center"> <table> <tbody> |

