Boost C++ Libraries: Ticket #1553: restrict() unusable on platforms that treat "restrict" as a keyworld (as in C99) https://svn.boost.org/trac10/ticket/1553 <p> An example is IBM Visual Age. </p> <p> Possible solutions are one or more of the following: </p> <ol><li>Provide a macro which when defined suppresses the restrict() function </li><li>Provide an alias restrict_() </li><li>Provide an alias xxx() where xxx is a good descriptive name </li><li>Rename restrict() </li></ol> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1553 Trac 1.4.3 Jonathan Turkanis Wed, 09 Jan 2008 18:52:52 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1553#comment:1 https://svn.boost.org/trac10/ticket/1553#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> "slice" is now an alias for restrict. See <a class="changeset" href="https://svn.boost.org/trac10/changeset/42565" title="merged changes from branches/iostreams_dev, revisions 42544-42544 - ...">[42565]</a>. </p> Ticket