Boost C++ Libraries: Ticket #10801: Used uninitialized error in boyer_myrvold_impl.hpp https://svn.boost.org/trac10/ticket/10801 <p> I met an error when using boyer_myrvold_planar_test() function in Boost_1_55_0 to generate the kuratowski subgraph. Error message is listed as follows: </p> <p> ./boost/graph/planar_detail/boyer_myrvold_impl.hpp:1545:11 error: 'z' may be used uninitialized in this function. </p> <p> I added a "Wno-maybe-uninitialized" flag to Makefile to remove this error temporarily, but it's not a good method. I'm looking for a better way to fix this. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/10801 Trac 1.4.3 Murray Cumming <murrayc@…> Tue, 09 Aug 2016 09:06:33 GMT <link>https://svn.boost.org/trac10/ticket/10801#comment:1 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/10801#comment:1</guid> <description> <p> This was fixed a while ago, apparently in response to this bug: <a class="ext-link" href="https://github.com/boostorg/graph/commit/ffb6218f07cc9dd55a454d2623eb1708ff65c2da"><span class="icon">​</span>https://github.com/boostorg/graph/commit/ffb6218f07cc9dd55a454d2623eb1708ff65c2da</a> </p> <p> It should appear in the next release: boost 1.62. </p> <p> I would close this bug if I had access rights to do that. </p> </description> <category>Ticket</category> </item> </channel> </rss>