usr/src/lib/stdcxx4/Solaris/libstdcxx4.3lib
changeset 76 276c1f9233b3
parent 11 87960ed158f9
--- a/usr/src/lib/stdcxx4/Solaris/libstdcxx4.3lib	Sat Apr 23 12:09:15 2011 -0700
+++ b/usr/src/lib/stdcxx4/Solaris/libstdcxx4.3lib	Sat Apr 23 14:19:34 2011 -0700
@@ -1,10 +1,10 @@
 '\" te
-.\" Copyright (C) 2009, Sun Microsystems, Inc. All Rights Reserved.
+.\" Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
 .\" Copyright 1989 AT&T
 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH libstdcxx4 3lib "07 July 2009" "SunOS 5.11" "Apache Standard C++ Library"
+.TH libstdcxx4 3lib "14 January 2011" "SunOS 5.11" "Apache Standard C++ Library"
 \fBApache Standard C++ Library\fR
 .SH NAME
 .PP
@@ -85,7 +85,7 @@
 .in -2
 .sp
 .in +2
-.SH Sun Studio 12 Update 1:
+.SH Sun Studio 12 Update 1 or later:
 .RE
 .nf
 CXXFLAGS = -library=stdcxx4
@@ -104,6 +104,14 @@
 .PP
 The Apache Standard C++ Library is not source, or binary compatible, with either the STLport4 Library, or with the Solaris libCstd.so.1 Library. Combining symbols from more than one implementation of the Standard C++ Library into the same executable address space will result in severe software malfunctions, including crashes and run-time failures. It is a fatal software construction error to voluntarily, or inadvertently, combine symbols from more than one implementation of the Standard C++ Library, within the same executable address space.
 .PP
+This implementation of the C++ Standard Library incorporates the following updates to the ISO:14882:2003 Standard: JTC1/SC22/WC21 LWG Issue #197, JTC1/SC22/WC21 LWG Issue #432 and JTC1/SC22/WC21 LWG Issue #562. For detailed information about these updates, please visit the following URLs:
+.sp
+.nf
+http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-closed.html#197
+http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#432
+http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#562
+.fi
+.PP
 Source for libstdcxx4 is available on http://opensolaris.org.
 
 .SH ATTRIBUTES