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

Pavlin Radoslavov pavlin@icir.org
Mon, 27 Mar 2006 02:13:44 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-03-27 02:13:44 UTC

XORP CVS repository


Modified files:
	rtrmgr        template_commands.cc 

Log message:
	Use a vector of strings instead of array with size defined by a
	variable.
	
	Variable length arrays are C99 feature, but are not allowed in C++
	(even though the GNU C++ compiler allows them).
	
	This fixes Bugzilla entry #574, Issue 6.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=574

Revision  Changes                               Path
1.68      +9 -13;  commitid: 7173442747727ea6;  xorp/rtrmgr/template_commands.cc