|
From: | Juergen Sauermann |
Subject: | Re: [Bug-apl] Calling Value::print() with different ⎕PW |
Date: | Wed, 21 May 2014 18:21:02 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130330 Thunderbird/17.0.5 |
Hi Elias,
the operator<<(ostream & out, const Value & v) calls v.print(out) which then does the line break at ⎕PW. The cr_formatted below is probably OK but printing it introduces line wrapping. You could have used UCS_string(*cr_formatted) instead of *cr_formatted to avoid that. /// Jürgen On 05/21/2014 04:54 PM, Elias Mårtenson wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |