Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Side by Side Diff: gcc/libstdc++-v3/doc/html/manual/intro.html

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or g/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Part I.  Introduction</title><meta name="generator" content="DocBook XSL Stylesheets V1.74.0" /><meta name="keyword s" content="&#10; ISO C++&#10; , &#10; library&#10; " /><link re l="home" href="../spine.html" title="The GNU C++ Library Documentation" /><link rel="up" href="spine.html" title="The GNU C++ Library" /><link rel="prev" href=" spine.html" title="The GNU C++ Library" /><link rel="next" href="status.html" ti tle="Chapter 1. Status" /></head><body><div class="navheader"><table width="100% " summary="Navigation header"><tr><th colspan="3" align="center">Part I. 
4 Introduction
5
6 </th></tr><tr><td width="20%" align="left"><a accesskey="p" href="spine.html">Pr ev</a> </td><th width="60%" align="center">The GNU C++ Library</th><td width="20 %" align="right"> <a accesskey="n" href="status.html">Next</a></td></tr></table> <hr /></div><div class="part" lang="en" xml:lang="en"><div class="titlepage"><di v><div><h1 class="title"><a id="manual.intro"></a>Part I. 
7 Introduction
8 <a id="id485466" class="indexterm"></a>
9 </h1></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt>< span class="chapter"><a href="status.html">1. Status</a></span></dt><dd><dl><dt> <span class="sect1"><a href="status.html#manual.intro.status.standard">Implement ation Status</a></span></dt><dd><dl><dt><span class="sect2"><a href="status.html #manual.intro.status.standard.1998">C++ 1998/2003</a></span></dt><dt><span class ="sect2"><a href="status.html#manual.intro.status.standard.tr1">C++ TR1</a></spa n></dt><dt><span class="sect2"><a href="status.html#manual.intro.status.standard .200x">C++ 200x</a></span></dt></dl></dd><dt><span class="sect1"><a href="licens e.html">License</a></span></dt><dd><dl><dt><span class="sect2"><a href="license. html#manual.intro.status.license.gpl">The Code: GPL</a></span></dt><dt><span cla ss="sect2"><a href="license.html#manual.intro.status.license.fdl">The Documentat ion: GPL, FDL</a></span></dt></dl></dd><dt><span class="sect1"><a href="bugs.htm l">Bugs</a></span></dt><dd><dl><dt><span class="sect2"><a href="bugs.html#manual .intro.status.bugs.impl">Implementation Bugs</a></span></dt><dt><span class="sec t2"><a href="bugs.html#manual.intro.status.bugs.iso">Standard Bugs</a></span></d t></dl></dd></dl></dd><dt><span class="chapter"><a href="setup.html">2. Setup</a ></span></dt><dd><dl><dt><span class="sect1"><a href="setup.html#manual.intro.se tup.prereq">Prerequisites</a></span></dt><dt><span class="sect1"><a href="config ure.html">Configure</a></span></dt><dt><span class="sect1"><a href="make.html">M ake</a></span></dt><dt><span class="sect1"><a href="test.html">Test</a></span></ dt><dd><dl><dt><span class="sect2"><a href="test.html#test.organization">Organiz ation</a></span></dt><dt><span class="sect2"><a href="test.html#test.run">Runnin g the Testsuite</a></span></dt><dt><span class="sect2"><a href="test.html#test.n ew_tests">Writing a new test case</a></span></dt><dt><span class="sect2"><a href ="test.html#test.harness">Test Harness and Utilities</a></span></dt></dl></dd></ dl></dd><dt><span class="chapter"><a href="using.html">3. Using</a></span></dt>< dd><dl><dt><span class="sect1"><a href="using.html#manual.intro.using.lib">Linki ng Library Binary Files</a></span></dt><dt><span class="sect1"><a href="using_he aders.html">Headers</a></span></dt><dd><dl><dt><span class="sect2"><a href="usin g_headers.html#manual.intro.using.headers.all">Header Files</a></span></dt><dt>< span class="sect2"><a href="using_headers.html#manual.intro.using.headers.mixing ">Mixing Headers</a></span></dt><dt><span class="sect2"><a href="using_headers.h tml#manual.intro.using.headers.cheaders">The C Headers and namespace std</a></sp an></dt><dt><span class="sect2"><a href="using_headers.html#manual.intro.using.h eaders.pre">Precompiled Headers</a></span></dt></dl></dd><dt><span class="sect1" ><a href="using_namespaces.html">Namespaces</a></span></dt><dd><dl><dt><span cla ss="sect2"><a href="using_namespaces.html#manual.intro.using.namespaces.all">Ava ilable Namespaces</a></span></dt><dt><span class="sect2"><a href="using_namespac es.html#manual.intro.using.namespaces.std">namespace std</a></span></dt><dt><spa n class="sect2"><a href="using_namespaces.html#manual.intro.using.namespaces.com p">Using Namespace Composition</a></span></dt></dl></dd><dt><span class="sect1"> <a href="using_macros.html">Macros</a></span></dt><dt><span class="sect1"><a hre f="using_concurrency.html">Concurrency</a></span></dt><dd><dl><dt><span class="s ect2"><a href="using_concurrency.html#manual.intro.using.concurrency.prereq">Pre requisites</a></span></dt><dt><span class="sect2"><a href="using_concurrency.htm l#manual.intro.using.concurrency.thread_safety">Thread Safety</a></span></dt><dt ><span class="sect2"><a href="using_concurrency.html#manual.intro.using.concurre ncy.atomics">Atomics</a></span></dt><dt><span class="sect2"><a href="using_concu rrency.html#manual.intro.using.concurrency.io">IO</a></span></dt><dt><span class ="sect2"><a href="using_concurrency.html#manual.intro.using.concurrency.containe rs">Containers</a></span></dt></dl></dd><dt><span class="sect1"><a href="using_e xceptions.html">Exceptions</a></span></dt><dd><dl><dt><span class="sect2"><a hre f="using_exceptions.html#intro.using.exception.propagating">Propagating Exceptio ns aka Exception Neutrality</a></span></dt><dt><span class="sect2"><a href="usin g_exceptions.html#intro.using.exception.safety">Exception Safety</a></span></dt> <dt><span class="sect2"><a href="using_exceptions.html#intro.using.exception.no" >Support for -fno-exceptions</a></span></dt></dl></dd><dt><span class="sect1"><a href="debug.html">Debugging Support</a></span></dt><dd><dl><dt><span class="sec t2"><a href="debug.html#debug.compiler">Using g++</a></span></dt><dt><span class ="sect2"><a href="debug.html#debug.req">Debug Versions of Library Binary Files</ a></span></dt><dt><span class="sect2"><a href="debug.html#debug.memory">Memory L eak Hunting</a></span></dt><dt><span class="sect2"><a href="debug.html#debug.gdb ">Using gdb</a></span></dt><dt><span class="sect2"><a href="debug.html#debug.exc eptions">Tracking uncaught exceptions</a></span></dt><dt><span class="sect2"><a href="debug.html#debug.debug_mode">Debug Mode</a></span></dt><dt><span class="se ct2"><a href="debug.html#debug.compile_time_checks">Compile Time Checking</a></s pan></dt></dl></dd></dl></dd></dl></div></div><div class="navfooter"><hr /><tabl e width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a a ccesskey="p" href="spine.html">Prev</a> </td><td width="20%" align="center"><a a ccesskey="u" href="spine.html">Up</a></td><td width="40%" align="right"> <a acce sskey="n" href="status.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">The GNU C++ Library </td><td width="20%" align="center"><a accesske y="h" href="../spine.html">Home</a></td><td width="40%" align="right" valign="to p"> Chapter 1. Status</td></tr></table></div></body></html>
OLDNEW
« no previous file with comments | « gcc/libstdc++-v3/doc/html/manual/fstreams.html ('k') | gcc/libstdc++-v3/doc/html/manual/iostream_objects.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698