
2011/5/27 sguazt <marco.guazzone@gmail.com>:
On Thu, May 26, 2011 at 2:48 PM, sguazt <marco.guazzone@gmail.com> wrote:
On Thu, May 26, 2011 at 2:00 PM, Joachim Faulhaber <afojgo@googlemail.com> wrote:
2011/5/26 sguazt <marco.guazzone@gmail.com>:
Hi,
I've just checked-out the last SVN version of ICL and after compiling with gcc (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4) (flags: -Wall -Wextra -pedantic -ansi)
I get these errors: [..]
Sorry, this was an uncareful commit ... should be fixed now.
Thank you so much!!
Hi Joachim,
Here's another ;)
--- [diff] --- --- boost/icl/open_interval.hpp (revision 72203) +++ boost/icl/open_interval.hpp (working copy) @@ -24,6 +24,7 @@ public: typedef open_interval<DomainT,Compare> type; typedef DomainT domain_type; + typedef ICL_COMPARE_DOMAIN(Compare,DomainT) domain_compare;
public: //========================================================================== --- [/diff] ---
That is, you have to add a typedef for "domain_compare".
Thank you very much
Done :)