1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/textproc/rtfx/files/extra-patch-src::domhelpers.h-gcc295
Vanilla I. Shu 583346bf16 Add rtfx 0.9.3, an RTF to XML converter.
PR:		ports/69729
Submitted by:	Cheng-Lung Sung <clsung@dragon2.net>
2004-07-29 10:04:04 +00:00

19 lines
485 B
Plaintext

--- src/domhelpers.h.orig Sun Jul 25 06:37:15 2004
+++ src/domhelpers.h Thu Jul 29 07:56:00 2004
@@ -44,6 +44,15 @@
#include <stack>
#include <set>
+template <class _Category, class _Tp, class _Distance = ptrdiff_t,
+ class _Pointer = _Tp*, class _Reference = _Tp&>
+struct iterator {
+typedef _Category iterator_category;
+typedef _Tp value_type;
+typedef _Distance difference_type;
+typedef _Pointer pointer;
+typedef _Reference reference;
+};
/*
* DOMHelpers
*