This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Announce] C++ edition of Xalan reaches 1.0 status



Had a quick look at this and it looks like a bug to me.  Here's what I
did (in XPath/XBooleanStatic.cpp):

XBooleanStatic::XBooleanStatic(bool		val) :
	XBoolean(/* DLD
		    0,
		    0,*/
			 val)

The constructors for XBoolean take but a single value.   Things are
chugging along again with my build.  I have no idea what the two
zeros I commented out were for ;-)

-- 


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]