Windows has it, it just has slightly different behavior.  <br><br>Anyway, i also recommend StringStream.  It's a better, safer wrapper around the same function and we can encode compiler / platform specific differences in one location instead of at every callsite.<br><div class="gmail_quote">On Thu, Feb 26, 2015 at 8:32 AM Tamas Berghammer <<a href="mailto:tberghammer@google.com">tberghammer@google.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In <a href="http://reviews.llvm.org/D7553#122351" target="_blank">http://reviews.llvm.org/D7553#<u></u>122351</a>, @vharron wrote:<br>
<br>
> Windows snprintf is nonstandard, I recommend lldb_private::StringStream<br>
<br>
<br>
It is standard since C++11 (not sure about the state of the compiler support)<br>
<br>
<br>
<a href="http://reviews.llvm.org/D7553" target="_blank">http://reviews.llvm.org/D7553</a><br>
<br>
EMAIL PREFERENCES<br>
  <a href="http://reviews.llvm.org/settings/panel/emailpreferences/" target="_blank">http://reviews.llvm.org/<u></u>settings/panel/<u></u>emailpreferences/</a><br>
<br>
<br>
</blockquote></div>