summaryrefslogtreecommitdiff
path: root/devel/sgi-stl/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-07-12 20:22:42 +0000
committerjlam <jlam>2000-07-12 20:22:42 +0000
commit56f5bb496e79fbceb8dd564a8f51b86070f23c92 (patch)
treede21f09f414743fef83fa1180368b118f70a8fd9 /devel/sgi-stl/Makefile
parent36b408332ae806098895bf797f1814e08fb654a3 (diff)
downloadpkgsrc-56f5bb496e79fbceb8dd564a8f51b86070f23c92.tar.gz
Update SGI-STL to 3.3. Changes from version 3.2:
* New feature: concept checks. The library now does better compile-time error checking to make sure that the types used to instantiate library templates conform to the templates' requirements. * Removed two non-standard-conforming extensions: the second, defaulted template parameter in bitset, and the third, default template parameter in deque. * Many bug fixes, performance enhancements, and compatibility improvements.
Diffstat (limited to 'devel/sgi-stl/Makefile')
-rw-r--r--devel/sgi-stl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/sgi-stl/Makefile b/devel/sgi-stl/Makefile
index cd4f271fb62..3d921879c1e 100644
--- a/devel/sgi-stl/Makefile
+++ b/devel/sgi-stl/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/05/24 05:46:52 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2000/07/12 20:22:42 jlam Exp $
DISTNAME= stl
-PKGNAME= sgi-stl-3.2
+PKGNAME= sgi-stl-3.3
CATEGORIES= devel
MASTER_SITES= http://www.sgi.com/Technology/STL/