CVSROOT: /cvs/ppl Module name: ppl Changes by: bagnara@cs.unipr.it 2007-12-29 10:19:45 Modified files: src : Interval.defs.hh Interval.inlines.hh Interval.templates.hh Log message: Moved several implemementations from Interval.defs.hh to Interval.inlines.hh. Added the new method template <typename Boundary, typename Info> template <typename From, typename Iterator> typename Enable_If<Is_Interval<From>::value, void>::type Interval<Boundary, Info>::CC76_widening_assign(const From& y, Iterator first, Iterator last). Patches: http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Interval.defs.hh.diff?cvsroot=ppl&r1=1.48&r2=1.49 http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Interval.inlines.hh.diff?cvsroot=ppl&r1=1.27&r2=1.28 http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/Interval.templates.hh.diff?cvsroot=ppl&r1=1.1&r2=1.2