From beb35905c473b0c75318e13e119b381c6fb8be5f Mon Sep 17 00:00:00 2001 From: Alan Eldridge Date: Fri, 31 Jan 2003 20:21:24 +0000 Subject: OSSP ex is a small ISO-C++ style exception handling library for use in the ISO-C language. It allows you to use the paradigm of throwing and catching exceptions in order to reduce the amount of error handling code without making your program less robust. By Ralf Engelschall. His s***'s not ****ed up. --- devel/ossp-ex/pkg-descr | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 devel/ossp-ex/pkg-descr (limited to 'devel/ossp-ex/pkg-descr') diff --git a/devel/ossp-ex/pkg-descr b/devel/ossp-ex/pkg-descr new file mode 100644 index 000000000000..4e2cd3b37295 --- /dev/null +++ b/devel/ossp-ex/pkg-descr @@ -0,0 +1,8 @@ +OSSP ex is a small ISO-C++ style exception handling library for use in the +ISO-C language. It allows you to use the paradigm of throwing and catching +exceptions in order to reduce the amount of error handling code without +making your program less robust. + +WWW: http://www.ossp.org/pkg/lib/ex/ + +-- AlanE@FreeBSD.org -- cgit v1.2.3