<div dir="ltr"><div><div>> I think it would be better to stick to standard C++ and avoid any</div><div>> system specific thing,</div></div><div><br></div><div>That's not going to happen. Asymptote uses all kinds of POSIX functionality outside the scope of C++.<br>
</div><div>This is why under the MSDOS binary has to be compiled under the cygwin environment.<br></div><div><br></div><div>For outdated (pre 2008) systems, a revised verision of the getline patch is attached (the previous version still left</div>
<div>an used call to getline in the code, sorry). You may recall that last year I put this regression in, specifically for the TL 2013 release, to give everyone a year to upgrade. I removed it immediately after and there have been no complaints from the</div>
<div>Asymptote community over the past year. For those who haven't upgraded yet, you'll now need to apply this patch on your own.</div><div><br></div><div>Regards,</div><div><br></div><div>-- John</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Thu, Apr 24, 2014 at 8:15 AM, Apostolos Syropoulos <span dir="ltr"><<a href="mailto:asyropoulos@gmail.com" target="_blank">asyropoulos@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><div class="gmail_default" style="font-size:small">Hello,<br><br></div><div class="gmail_default" style="font-size:small">According to <br><br><a href="http://www.cplusplus.com/reference/string/string/getline/" target="_blank">http://www.cplusplus.com/reference/string/string/getline/</a><br>

<br></div><div class="gmail_default" style="font-size:small">there are two forms of the getline method, which however, have<br></div><div class="gmail_default" style="font-size:small">nothing to do with the one that is used in the source code.<br>

</div><div class="gmail_default" style="font-size:small">I think it would be better to stick to standard C++ and avoid any<br></div><div class="gmail_default" style="font-size:small">system specific thing,<br><br></div><div class="gmail_extra">

A.S.<span class="HOEnZb"><font color="#888888"><br><br>-- <br><div dir="ltr">Apostolos Syropoulos<br>Xanthi, GREECE<br><br><a href="http://hypercomputation.blogspot.com/" target="_blank"></a></div>
</font></span></div></div>
</blockquote></div><br></div>