Boost C++ Libraries: Ticket #11880: BGL adjacency_matrix_traits compiling failure https://svn.boost.org/trac10/ticket/11880 <p> 'ice_not' has been deprecated in v1.60; however, it's still called in BGL adjacency_matrix.hpp: </p> <p> BOOST_STATIC_ASSERT(type_traits::ice_not&lt;(is_same&lt;Directed, bidirectionalS&gt;::value)&gt;::value); </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/11880 Trac 1.4.3 anonymous Thu, 28 Jan 2016 16:32:18 GMT <link>https://svn.boost.org/trac10/ticket/11880#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11880#comment:1</guid> <description> <p> Same issue building sdcc current vcs in Mageia, is there any progress? </p> <p> In file included from /usr/include/boost/property_map/property_map.hpp:16:0, </p> <blockquote> <p> from /usr/include/boost/graph/graphviz.hpp:19, from ./../SDCCralloc.hpp:54, from ralloc2.cc:24: </p> </blockquote> <p> /usr/include/boost/graph/adjacency_matrix.hpp:446:5: error: 'ice_not' is not a member of 'boost::type_traits' </p> <blockquote> <p> BOOST_STATIC_ASSERT(type_traits::ice_not&lt;(is_same&lt;Directed, bidirectionalS&gt;::value)&gt;::value); <sup> </sup></p> </blockquote> </description> <category>Ticket</category> </item> <item> <author>sir@…</author> <pubDate>Sun, 31 Jan 2016 20:25:10 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/11880#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11880#comment:2</guid> <description> <p> +1, SDCC is affected by this problem and it's giving me some grief. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Thu, 18 Feb 2016 12:52:07 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/11880#comment:3 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11880#comment:3</guid> <description> <p> Same issue here : <a class="ext-link" href="https://github.com/Oslandia/SFCGAL/issues/119"><span class="icon">​</span>https://github.com/Oslandia/SFCGAL/issues/119</a> </p> <p> ice_not is no more included in type_traits.hpp but adjacency_list.hpp relies on this inclusion. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Fri, 19 Feb 2016 16:50:47 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/11880#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11880#comment:4</guid> <description> <p> Changing line 446 in adjacency_matrix.hpp may suffice. </p> <p> BOOST_STATIC_ASSERT(!is_same&lt;Directed, bidirectionalS&gt;::value); </p> </description> <category>Ticket</category> </item> <item> <author>Murray Cumming <murrayc@…></author> <pubDate>Tue, 09 Aug 2016 09:01:15 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/11880#comment:5 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11880#comment:5</guid> <description> <p> This was fixed a while ago: <a class="ext-link" href="https://github.com/boostorg/graph/commit/1d5f43d9f6e8a5295bad7593db942cc755eb664c"><span class="icon">​</span>https://github.com/boostorg/graph/commit/1d5f43d9f6e8a5295bad7593db942cc755eb664c</a> and it looks like it will appear in the next version of boost: 1.62. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>anonymous</dc:creator> <pubDate>Thu, 12 Jan 2017 12:39:00 GMT</pubDate> <title/> <link>https://svn.boost.org/trac10/ticket/11880#comment:6 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/11880#comment:6</guid> <description> <p> For people stuck with Boost 1.60, the following include can also be added before including adjacency_matrix.hpp: </p> <p> #include &lt;boost/type_traits/ice.hpp&gt; </p> </description> <category>Ticket</category> </item> </channel> </rss>