Unbreak i386 and other builds where size_t != unsigned long.
authorppluzhnikov <ppluzhnikov@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Sep 2013 15:29:14 +0000 (15:29 +0000)
committerppluzhnikov <ppluzhnikov@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 23 Sep 2013 15:29:14 +0000 (15:29 +0000)
commit60540b6b018c20e57a9c8fd73c0b3ded82987bbd
tree8748e425e70d2233bdcd07607bca86594f411388
parent3c59e4a7c9b322cb2ee67c66247995c7f95ae914
Unbreak i386 and other builds where size_t != unsigned long.

2013-09-23  Paul Pluzhnikov  <ppluzhnikov@google.com>

* src/c++11/snprintf_lite.cc (__concat_size_t): Use only
std::__int_to_char<unsigned long long>()

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@202832 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/src/c++11/snprintf_lite.cc