Boost C++ Libraries: Ticket #7006: Restricted pointers support. https://svn.boost.org/trac10/ticket/7006 <p> Trying to form iterator_ranges with restricted pointers causes compiler errors. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7006 Trac 1.4.3 Neil Groves Mon, 23 Jul 2012 06:30:36 GMT <link>https://svn.boost.org/trac10/ticket/7006#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7006#comment:1</guid> <description> <p> I'm sorry I did not think of this during my initial development. I will ensure that the appropriate functionality and tests are added. There will be a burst of activity to try and clear the trac tickets that have accumulated on Boost.Range during the period I was having work difficulties. </p> <p> I'm very sorry for the inconvenience. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Domagoj Šarić</dc:creator> <pubDate>Wed, 08 Aug 2012 22:35:37 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7006#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7006#comment:2</guid> <description> <p> Hey, don't apologize :) Rather I thank you for the good work that you do ;) </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Domagoj Šarić</dc:creator> <pubDate>Tue, 11 Sep 2012 18:21:16 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7006#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7006#comment:3</guid> <description> <p> Can this please make it into 1.52? It shouldn't be too much work...I can help if you wish... </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Neil Groves</dc:creator> <pubDate>Mon, 03 Mar 2014 13:48:39 GMT</pubDate> <title>status, type changed https://svn.boost.org/trac10/ticket/7006#comment:4 https://svn.boost.org/trac10/ticket/7006#comment:4 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> <li><strong>type</strong> <span class="trac-field-old">Bugs</span> → <span class="trac-field-new">Feature Requests</span> </li> </ul> Ticket Domagoj Šarić Sat, 08 Mar 2014 13:40:32 GMT <link>https://svn.boost.org/trac10/ticket/7006#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7006#comment:5</guid> <description> <p> The root of the problem is the lack of support in the type traits system (especially in the STL)... Take a look here <a class="ext-link" href="https://github.com/MetaScale/nt2/blob/master/modules/boost/dispatch/include/boost/dispatch/meta/is_iterator.hpp"><span class="icon">​</span>https://github.com/MetaScale/nt2/blob/master/modules/boost/dispatch/include/boost/dispatch/meta/is_iterator.hpp</a> for a solution... </p> <p> As usual, MSVC might be an additional problem with its lack of restricted references support: <a class="ext-link" href="https://connect.microsoft.com/VisualStudio/feedback/details/804402/msvc-restricted-references"><span class="icon">​</span>https://connect.microsoft.com/VisualStudio/feedback/details/804402/msvc-restricted-references</a> </p> <p> ps. <a class="ext-link" href="https://connect.microsoft.com/VisualStudio/feedback/details/806869/msvc-stl-support-for-restrict"><span class="icon">​</span>https://connect.microsoft.com/VisualStudio/feedback/details/806869/msvc-stl-support-for-restrict</a> </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Neil Groves</dc:creator> <pubDate>Sun, 09 Mar 2014 18:11:10 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/7006#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/7006#comment:6</guid> <description> <p> Thanks for the additional information. I have a private branch where I'm attempting to ensure I get the changes done correctly. This one might take me a little while, and I suspect that while I shall avoid regressions that it will be almost impossible to get this correct first time for all compilers. I figure that making some headway will be progress and that this will probably require a few iterations. I'm working out my test strategy. Thanks for your patience. I have much more time to sort these things out now :-) </p> </description> <category>Ticket</category> </item> </channel> </rss>