Changes between Initial Version and Version 1 of Ticket #50913, comment 1


Ignore:
Timestamp:
Mar 18, 2016, 6:08:52 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50913, comment 1

    initial v1  
    44Maybe it gets confused by the brackets in the string (you could try removing those).
    55
    6 Either way that would explain why you don't get issues on 10.11 (newer compiler) and I didn't either on 10.9 (__STDC_VERSION_ < 201112L or older compiler version without the bug).
     6Either way that would explain why you don't get issues on 10.11 (newer compiler) and I didn't either on 10.9 (`__STDC_VERSION_ < 201112L` or older compiler version without the bug).