Changes between Initial Version and Version 1 of Ticket #10320, comment 2


Ignore:
Timestamp:
Nov 16, 2017, 3:28:41 PM (7 years ago)
Author:
rootfather

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10320, comment 2

    initial v1  
    1 Does your compiler toolchain supports C++11? std::to_string was introduced with C++11.
     1Does your compiler toolchain supports C++11? std::to_string was introduced with C++11. [source: http://de.cppreference.com/w/cpp/string/basic_string/to_string]
    22
    33What happens if you add "-std=c++11" to your CXXFLAGS?