<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Hi all<div><br></div><div>APFloat.h contains this code, which was required for Visual Studio builds.</div><div><br></div><div>Given that this was committed in r41784 (2007), does anyone know if newer versions work?  I think after moving to C++11 we’re on VS2013 at a minimum?  I’d have hoped it would be more likely to work.</div><div><br></div><div>Thanks,</div><div>Pete</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(0, 132, 0);"><span style="color: #000000">  </span>/// What kind of floating point number this is.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(0, 132, 0);"><span style="color: #000000">  </span>///</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(0, 132, 0);"><span style="color: #000000">  </span>/// Only 2 bits are required, but VisualStudio incorrectly sign extends it.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo; color: rgb(0, 132, 0);"><span style="color: #000000">  </span>/// Using the extra bit keeps it from failing under VisualStudio.</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;">  <span style="color: #4f8187">fltCategory</span> category : <span style="color: #272ad8">3</span>;</div></div></body></html>