[Xorp-cvs] XORP cvs commit: xorp/libxorp

Pavlin Radoslavov pavlin@icir.org
Mon, 25 Jul 2005 23:01:49 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-07-25 23:01:49 UTC

XORP CVS repository


Modified files:
	libxorp       ipnet.hh 

Log message:
	Reverse-back the previous modification of some of the comparison
	operators. Apparently, the compiler doesn't like it when we
	compare, say, "prefix_len() < range", so indeed we have to use
	"range > prefix_len()".
	
	If we really want to use "prefix_len() < range", eventually the fix
	would be to define "operator<" for type uint32_t and "range"'s
	type(s), but for the time being we don't really need to do that.

Revision  Changes                               Path
1.17      +7 -7;  commitid: 1022d42e56e187ea6;  xorp/libxorp/ipnet.hh