components/stdcxx/Solaris/libstdcxx4.3lib
changeset 402 94ae4d75524c
child 5826 9c90e4a8156c
equal deleted inserted replaced
401:bf52ef48020c 402:94ae4d75524c
       
     1 '\" te
       
     2 .\" Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
       
     3 .\" Copyright 1989 AT&T
       
     4 .\" 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.
       
     5 .\" 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.
       
     6 .\" 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]
       
     7 .TH libstdcxx4 3lib "14 January 2011" "SunOS 5.11" "Apache Standard C++ Library"
       
     8 \fBApache Standard C++ Library\fR
       
     9 .SH NAME
       
    10 .PP
       
    11 libstdcxx4 [ libstdcxx4.so.4 ]
       
    12 .SH SUMMARY
       
    13 .PP
       
    14 An ISO/IEC 14882:1998  and ISO/IEC 14882:2003 -- International Standard for Information Systems -- Programming Language C++, Section 25.2.8 Compliant Implementation of the Standard C++ Library.
       
    15 .SH SYNOPSIS
       
    16 .PP
       
    17 The Apache C++ Standard Library implements sections 17 through 27 and Annexes C, D, and E of the C++ Standard. The C++ Standard contains the following libraries: 
       
    18 .RS
       
    19 .PP
       
    20 The Language support library
       
    21 .PP
       
    22 The Diagnostics library
       
    23 .PP
       
    24 The General utilities library
       
    25 .PP
       
    26 The Strings library
       
    27 .PP
       
    28 The Localization library
       
    29 .PP
       
    30 The Containers library
       
    31 .PP
       
    32 The Iterators library
       
    33 .PP
       
    34 The Algorithms library
       
    35 .PP
       
    36 The Numerics library
       
    37 .PP
       
    38 The Input/Output library
       
    39 .RE
       
    40 .SH Standards Conformance
       
    41 .PP
       
    42 This implementation of the C++ Standard Library conforms to \fIISO/IEC 14882:2003 -- International Standard for Information Systems -- Programming Language C++\fR. In addition, this implementation conforms to a subset of the requirements of the following standards:
       
    43 .PP
       
    44 In some cases, this implementation of the C++ Standard Library provides extensions to enhance functionality and usability. These extensions are highlighted in the HTML documentation where they occur.
       
    45 .RS
       
    46 .PP
       
    47 ISO/IEC 9899 Programming languages -- C
       
    48 .PP
       
    49 ISO/IEC 10967-1 Information technology -- Language independent arithmetic -- Part 1: Integer and floating point arithmetic
       
    50 .PP
       
    51 ISO/IEC 10646-1 Information technology -- Universal Multiple-Octet Coded Character Set (UCS)
       
    52 .PP
       
    53 ISO/IEC 559 (same as IEEE 754) Binary floating-point arithmetic for microprocessor systems
       
    54 .PP
       
    55 ISO/IEC 9945-1 (same as IEEE Std 1003.1) Information technology -- Portable Operating System Interface (POSIX)
       
    56 .PP
       
    57 ISO 8601 Data elements and interchange formats -- Information interchange -- Representation of dates and times
       
    58 .PP
       
    59 ISO/IEC 8859-1 through -7 Information technology -- 8-bit single-byte coded graphic character sets -- Parts 1 - 7
       
    60 .PP
       
    61 ISO/IEC 2022 Information technology -- Character code structure and extension     techniques
       
    62 .PP
       
    63 .RE
       
    64 .RE
       
    65 .PP
       
    66 These libraries are described in detail in the HTML documentation to be found under file:///usr/share/doc/stdcxx4/html/. The names of public header files provided by this implementation are the same as the Standard header files.
       
    67 .PP
       
    68 This manual page is provided as an introductory index to help you find components for programming tasks as described in the Standard. If you are reading the HTML documentation, click the name of a library to go to its description in this chapter. Click the name of a header file or component to go to its entry in the Library's \fIReference Guide\fR. 
       
    69 .SH DESCRIPTION
       
    70 .PP
       
    71 .sp
       
    72 .in +2
       
    73 .nf
       
    74 .LP
       
    75 .nf
       
    76 .SH Sun Studio 12:
       
    77 .RE
       
    78 .nf
       
    79 CPPFLAGS = \(gapkg-config --cflags-only-I libstdcxx4\(ga
       
    80 .nf
       
    81 CXXFLAGS = \(gapkg-config --cflags-only-other libstdcxx4\(ga
       
    82 .nf
       
    83 LDFLAGS = \(gapkg-config --libs libstdcxx4\(ga
       
    84 .fi
       
    85 .in -2
       
    86 .sp
       
    87 .in +2
       
    88 .SH Sun Studio 12 Update 1 or later:
       
    89 .RE
       
    90 .nf
       
    91 CXXFLAGS = -library=stdcxx4
       
    92 .nf
       
    93 LDFLAGS = -library=stdcxx4
       
    94 .fi
       
    95 .in -2
       
    96 .PP
       
    97 .SH Makefile:
       
    98 .RE
       
    99 .nf
       
   100 \fR&.cpp.o:\fR
       
   101 .in +4
       
   102 CC $(CPPFLAGS) $(CXXFLAGS) $< -o $@
       
   103 .SH NOTES
       
   104 .PP
       
   105 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.
       
   106 .PP
       
   107 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:
       
   108 .sp
       
   109 .nf
       
   110 http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-closed.html#197
       
   111 http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#432
       
   112 http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#562
       
   113 .fi
       
   114 .PP
       
   115 Source for libstdcxx4 is available on http://opensolaris.org.
       
   116 
       
   117 .SH ATTRIBUTES
       
   118 .sp
       
   119 .LP
       
   120 See \fBattributes\fR(5) for descriptions of the following attributes:
       
   121 .sp
       
   122 
       
   123 .sp
       
   124 .TS
       
   125 tab() box;
       
   126 cw(2.75i) |cw(2.75i) 
       
   127 lw(2.75i) |lw(2.75i) 
       
   128 .
       
   129 ATTRIBUTE TYPEATTRIBUTE VALUE
       
   130 _
       
   131 Availabilitylibrary/c++/stdcxx
       
   132 _
       
   133 Interface StabilityCommitted
       
   134 _
       
   135 MT-LevelSafe
       
   136 .TE
       
   137 
       
   138 
       
   139 .SH SEE ALSO
       
   140 .sp
       
   141 .LP
       
   142 ISO/IEC 14882:2003 -- International Standard for Information Systems -- Programming Language C++
       
   143 .sp
       
   144 .LP
       
   145 setlocale(3C), catopen(3C), catclose(3C), locale(5), standards(5).
       
   146