search for: c48c06b0

Displaying 2 results from an estimated 2 matches for "c48c06b0".

2015 Nov 28
2
Need help with windows build error and std::to_string
I need to build a Twine with a double value, so I was using std::to_string, but I'm getting "error: 'to_string' is not a member of 'std'" from a windows buildbot. What's the canonical way to create a Twine() out of a double? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Nov 28
2
Need help with windows build error and std::to_string
...don't seem to be supported in raw streams. By default double values are emitted in scientific notation. I need to format them as percentage values. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151128/c48c06b0/attachment.html>