From: Larry Evans (cppljevans_at_[hidden])
Date: 2007-08-21 13:50:33


g++ compile of relaxed_heap.hpp relies on <bits/stl_algobase.h>
#including <climits> to #define CHAR_BIT; however, g++-4.3
stl_algobase.h no longer does this.