From ed58a97afd33077aae25f35d03e4566ed722d45a Mon Sep 17 00:00:00 2001
From: Matthijs Kooijman
Date: Wed, 30 Jul 2008 12:14:10 +0000
Subject: [PATCH] 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
---
docs/CodingStandards.html | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html
index 04ce54fde47..9a93278c56a 100644
--- a/docs/CodingStandards.html
+++ b/docs/CodingStandards.html
@@ -522,6 +522,10 @@ library. There are two problems with this:
put more pressure on the VM system on low-memory machines.
+Note that using the other stream headers (<sstream> for
+example) is allowed normally, it is just <iostream> that is
+causing problems.
+