Menu

#6 visual studio 2017 compile error in scriptLineStream.cxx

1.0
open
None
2018-07-09
2018-07-09
No

calls to basic string .append(x, y+1) are causing a compile error because x and (y+1) are of different types. Though they are of the correct value. Casting x to (char const *p) x fixes the problem. I'll release the fix shortly. There are two places in scriptLineStream.cxx where this problem occurs.

Discussion


Log in to post a comment.