Opened 17 years ago

Closed 17 years ago

#571 closed Bugs (Fixed)

problem with boost::relaxed_heap::log2 under cygwin

Reported by: nobody Owned by: Douglas Gregor
Milestone: Component: graph
Version: None Severity:
Keywords: Cc:

Description

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

Change History (1)

comment:1 by Douglas Gregor, 17 years ago

Status: assignedclosed
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.
Note: See TracTickets for help on using tickets.