[PPL-devel] ppl/src LP_Problem.cc

Roberto Bagnara bagnara at cs.unipr.it
Sat Sep 9 14:07:31 CEST 2006


CVSROOT:	/cvs/ppl
Module name:	ppl
Changes by:	bagnara at cs.unipr.it	2006-09-09 14:07:31

Modified files:
	src            : LP_Problem.cc 

Log message:
	assert(false) does not provide any real protection and should only be used
	in efficiency-critical inline functions.  Use
	throw std::runtime_error("PPL internal error") instead.

Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/src/LP_Problem.cc.diff?cvsroot=ppl&r1=1.20&r2=1.21




More information about the PPL-devel mailing list