[libxml++] [ libxmlplusplus-Patches-743222 ] Ensure assert() macro declared.
- From: "SourceForge.net" <noreply sourceforge net>
- To: noreply sourceforge net
- Subject: [libxml++] [ libxmlplusplus-Patches-743222 ] Ensure assert() macro declared.
- Date: Sun, 25 May 2003 08:52:05 -0700
Patches item #743222, was opened at 2003-05-25 15:52
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=312999&aid=743222&group_id=12999
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jonathan Wakely (redi)
Assigned to: Nobody/Anonymous (nobody)
Summary: Ensure assert() macro declared.
Initial Comment:
The assert() macro is used in saxparser.cc but is not
declared. The latest g++ has cleaned up it's headers so
assert() is not declared unless you explicitly include
<assert.h> or <cassert>, so cannot be used to compile
libxml++ from CVS.
This path makes saxparser.cc include <cassert>.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=312999&aid=743222&group_id=12999
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]