diff options
author | jlam <jlam@pkgsrc.org> | 2000-07-12 20:22:42 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-07-12 20:22:42 +0000 |
commit | d89d8e8189d9a89e13fca373c2aa250afc0425a9 (patch) | |
tree | de21f09f414743fef83fa1180368b118f70a8fd9 /devel/sgi-stl/pkg | |
parent | ffee2ba2555f8ec0d400c9be8fedab5988dba206 (diff) | |
download | pkgsrc-d89d8e8189d9a89e13fca373c2aa250afc0425a9.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/pkg')
-rw-r--r-- | devel/sgi-stl/pkg/PLIST | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/sgi-stl/pkg/PLIST b/devel/sgi-stl/pkg/PLIST index ffe63d503d1..f0ac7c6160a 100644 --- a/devel/sgi-stl/pkg/PLIST +++ b/devel/sgi-stl/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/24 05:46:54 jlam Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/07/12 20:22:44 jlam Exp $ include/sgi-stl/algo.h include/sgi-stl/algobase.h include/sgi-stl/algorithm @@ -6,6 +6,8 @@ include/sgi-stl/alloc.h include/sgi-stl/bitset include/sgi-stl/bvector.h include/sgi-stl/char_traits.h +include/sgi-stl/concept_checks.h +include/sgi-stl/container_concepts.h include/sgi-stl/defalloc.h include/sgi-stl/deque include/sgi-stl/deque.h @@ -35,6 +37,7 @@ include/sgi-stl/queue include/sgi-stl/rope include/sgi-stl/rope.h include/sgi-stl/ropeimpl.h +include/sgi-stl/sequence_concepts.h include/sgi-stl/set include/sgi-stl/set.h include/sgi-stl/slist @@ -48,6 +51,7 @@ include/sgi-stl/stl_alloc.h include/sgi-stl/stl_bvector.h include/sgi-stl/stl_config.h include/sgi-stl/stl_construct.h +include/sgi-stl/stl_ctraits_fns.h include/sgi-stl/stl_deque.h include/sgi-stl/stl_exception.h include/sgi-stl/stl_function.h |