[llvm-commits] [vmkit] r51189 - in /vmkit/trunk/lib/JnJVM: LLVMRuntime/ VMCore/
Bill Wendling
isanbard at gmail.com
Fri May 16 11:12:05 PDT 2008
On Fri, May 16, 2008 at 7:49 AM, Nicolas Geoffray
<nicolas.geoffray at lip6.fr> wrote:
> --- vmkit/trunk/lib/JnJVM/VMCore/JavaCache.cpp (original)
> +++ vmkit/trunk/lib/JnJVM/VMCore/JavaCache.cpp Fri May 16 09:49:12 2008
> @@ -10,9 +10,6 @@
> #include <iostream>
> #include <vector>
>
I would strongly advise against using <iostream> in your code. See
here for the reason why we abolished its use:
http://llvm.org/docs/CodingStandards.html#ll_iostream
You can use the llvm::Stream class instead.
-bw
More information about the llvm-commits
mailing list