<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div><div><div></div><div><br><div><div>On Jul 23, 2012, at 10:56 AM, Matthieu Monrocq wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><br><div class="gmail_quote">On Mon, Jul 23, 2012 at 6:16 PM, Jason Haslam <span dir="ltr"><<a href="mailto:jason.haslam@gmail.com" target="_blank">jason.haslam@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This updated patch adds a fixit and a test. The test fails on case-sensitive systems. Is it possible to test for an error on some platforms and a warning on others?<br>
<span class="HOEnZb"><font color="#888888"><br>
Jason<br></font></span></blockquote><div><br>There is a preprocessor directive to test for the presence of include files: __has_include I think.<br><br>#if __has_include(<IOSTREAM>)<br>#  include <IOSTREAM><br>
#endif<br><br>should make it so that the #include is only processed on file systems where <IOSTREAM> was found (which excludes case-sensitives file systems).<br><br>-- Matthieu<br></div></div>
</blockquote></div><br></div></div></div></div></body></html>