Boost C++ Libraries: Ticket #571: problem with boost::relaxed_heap::log2 under cygwin https://svn.boost.org/trac10/ticket/571 <pre class="wiki">Dears, on some cygwin systems the private function boost::relaxed_heap::log2 does not allow correct compilation. This is due to the #define log2 present on some system headers files that introduce some dirty code into the relaxed heap preprocess file. The solution is quite simple: change the name into something of different of log2. Best Regards, Fabrizio Ferrandi </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/571 Trac 1.4.3 Douglas Gregor Tue, 28 Feb 2006 15:53:09 GMT status changed https://svn.boost.org/trac10/ticket/571#comment:1 https://svn.boost.org/trac10/ticket/571#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> </ul> <pre class="wiki">Logged In: YES user_id=249098 The name of log2 has been changed in Boost CVS and the fix will be present in Boost 1.34. </pre> Ticket