[Scummvm-tracker] [ScummVM] #10320: TOOLS: Compiler error in "extract_prince"

Colin Snover trac at scummvm.org
Sat Nov 18 05:32:52 CET 2017


#10320: TOOLS: Compiler error in "extract_prince"
----------------------+------------------------
  Reporter:  raziel-  |      Owner:  rootfather
      Type:  defect   |     Status:  new
  Priority:  normal   |  Component:  Tools
Resolution:           |   Keywords:
      Game:           |
----------------------+------------------------

Comment (by csnover):

 Incidentally there is a C++98-compatible toString implementation used in
 devtools:

 {{{#!cpp
 std::string toString(int num) {
         std::ostringstream os;
         os << num;
         return os.str();
 }
 }}}

--
Ticket URL: <https://bugs.scummvm.org/ticket/10320#comment:9>
ScummVM <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list