[llvm] r201812 - cstdint is a C++11 header, LLVM provides its own version of it.

Rui Ueyama ruiu at google.com
Thu Feb 20 13:39:02 PST 2014


Thank you for doing this, and sorry about that.


On Thu, Feb 20, 2014 at 1:05 PM, Benjamin Kramer
<benny.kra at googlemail.com>wrote:

> Author: d0k
> Date: Thu Feb 20 15:05:21 2014
> New Revision: 201812
>
> URL: http://llvm.org/viewvc/llvm-project?rev=201812&view=rev
> Log:
> cstdint is a C++11 header, LLVM provides its own version of it.
>
> Some versions of libstdc++ forbid using cstdint in C++98 mode.
>
> Modified:
>     llvm/trunk/lib/Object/COFFObjectFile.cpp
>
> Modified: llvm/trunk/lib/Object/COFFObjectFile.cpp
> URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Object/COFFObjectFile.cpp?rev=201812&r1=201811&r2=201812&view=diff
>
> ==============================================================================
> --- llvm/trunk/lib/Object/COFFObjectFile.cpp (original)
> +++ llvm/trunk/lib/Object/COFFObjectFile.cpp Thu Feb 20 15:05:21 2014
> @@ -19,7 +19,6 @@
>  #include "llvm/Support/Debug.h"
>  #include "llvm/Support/raw_ostream.h"
>  #include <cctype>
> -#include <cstdint>
>
>  using namespace llvm;
>  using namespace object;
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140220/da442a49/attachment.html>


More information about the llvm-commits mailing list