Changes between Initial Version and Version 1 of Ticket #10320, comment 2
- Timestamp:
- Nov 16, 2017, 3:28:41 PM (7 years ago)
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. 1 Does 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] 2 2 3 3 What happens if you add "-std=c++11" to your CXXFLAGS?