<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jul 11, 2014 at 1:52 PM, Alp Toker <span dir="ltr"><<a href="mailto:alp@nuanti.com" target="_blank">alp@nuanti.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class=""><br></div>
The only hangup would be uncertainty around the interface to enable it (pragmas, what syntax? filename regex?) and maintainability. It's the kind of feature that's easy to implement, but burdensome to keep tested and stable, especially since we have no automated MSVC header integration tests.</blockquote>
<div><br></div><div>Something similar to how #pragma pack works sounds useful here.</div><div><br></div><div>#pragma msvc_pp_compat(push)</div><div>#pragma msvc_pp_compat(on)</div><div><br></div><div>...</div><div><br></div>
<div>#pragma msvc_pp_compat(pop)</div></div></div></div>