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