<div dir="ltr"><div dir="ltr">On Sun, Oct 6, 2019 at 11:48 PM Gaier, Bjoern <<a href="mailto:Bjoern.Gaier@horiba.com">Bjoern.Gaier@horiba.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">





<div lang="DE">
<div class="gmail-m_7619134132853616985WordSection1">
<p class="MsoNormal">So if I have a ‘duplicated’ header, would it be better to use the Clang header? Or should I include both header in the search path?</p></div></div></blockquote><div><br></div><div>I think in the end because of the usage of `include_next` it will be necessary to have two directories of headers:</div><div>- clang's headers</div><div>- msvc's headers</div><div>The search path has to put clang's first and MSVC's second. In this context, the organization could be up to you. </div></div></div>