[haiku-bugs] [Haiku] #12202: std::to_string fails in GCC 4.8.4

  • From: "haiqu" <trac@xxxxxxxxxxxx>
  • Date: Wed, 08 Jul 2015 19:35:27 -0000

#12202: std::to_string fails in GCC 4.8.4
-----------------------+------------------------------
Reporter: haiqu | Owner: nobody
Type: bug | Status: new
Priority: normal | Milestone: Unscheduled
Component: - General | Version: R1/Development
Keywords: | Blocked By:
Blocking: | Has a Patch: 0
Platform: All |
-----------------------+------------------------------
Just ran into this one while compiling QtCreator.


{{{
../3rdparty/cplusplus/Bind.cpp:503:35: error: 'to_string' is not a member
of 'std'
= std::to_string(static_cast<long
long>(constantValueAsInt));
^
make[2]: *** [.obj/release-shared/Bind.o] Error 1
}}}

--
Ticket URL: <https://dev.haiku-os.org/ticket/12202>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: