Unbreak i386 and other builds where size_t != unsigned long.
authorPaul Pluzhnikov <ppluzhnikov@google.com>
Mon, 23 Sep 2013 15:29:14 +0000 (08:29 -0700)
committerPaul Pluzhnikov <ppluzhnikov@gcc.gnu.org>
Mon, 23 Sep 2013 15:29:14 +0000 (08:29 -0700)
commit5303f3a48f33df907225aee6c144e4f3a1a35c7b
tree8748e425e70d2233bdcd07607bca86594f411388
parenta895a2b8a98464a019e6407e71769eb8aed99013
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>()

From-SVN: r202832
libstdc++-v3/ChangeLog
libstdc++-v3/src/c++11/snprintf_lite.cc