pkgsrc/devel/sgi-stl/patches/patch-ab
jlam d89d8e8189 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.
2000-07-12 20:22:42 +00:00

14 lines
302 B
Text

$NetBSD: patch-ab,v 1.2 2000/07/12 20:22:44 jlam Exp $
--- stl_config.h.orig Thu Jun 8 18:10:28 2000
+++ stl_config.h Wed Jul 12 03:19:11 2000
@@ -252,6 +252,9 @@
# endif
+# ifdef __NetBSD__
+# define __STL_LONG_LONG
+# endif
# ifdef __GNUC__
# if __GNUC__ == 2 && __GNUC_MINOR__ <= 7