Implement operator<< in terms of basic types rather than [u]int*_t, which is better...
authorOwen Anderson <resistor@mac.com>
Thu, 21 Aug 2008 06:20:47 +0000 (06:20 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 21 Aug 2008 06:20:47 +0000 (06:20 +0000)
commit89a1a85913fb559c7e0266570738fd9cdf616fa3
tree52685ba9c844d715cfcb0e7cf014f92e46e59cb4
parent5d52c4501a3f59b134521ba7dbcf00050218a639
Implement operator<< in terms of basic types rather than [u]int*_t, which is better for portability.  There might be some way to factor this all with metaprogramming magic, but I'm not sure how offhand.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55114 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/raw_ostream.h