~ubuntu-branches/debian/sid/gcc-4.8/sid

« back to all changes in this revision

Viewing changes to .svn/pristine/c3/c3db77fc3cde8b00ff9423b8b93f5c7a59613d67.svn-base

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2014-12-19 19:48:34 UTC
  • Revision ID: package-import@ubuntu.com-20141219194834-4dz1q7rrn5pad823
Tags: 4.8.4-1
* GCC 4.8.4 release.
  - Fix PR target/61407 (darwin), PR middle-end/58624 (ice),
    PR sanitizer/64265 (wrong code).
* Require recent binutils to pass go test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
libstdc++ is an implementation of the Standard C++ Library, including the
 
2
Standard Template Library (i.e. as specified by ANSI and ISO).
 
3
 
 
4
Some notes on porting applications from libstdc++-2.90 (or earlier versions)    
 
5
to libstdc++-v3 can be found in the libstdc++6-4.3-doc package. After the
 
6
installation of the package, look at:
 
7
 
 
8
  file:///usr/share/doc/gcc-4.3-base/libstdc++/html/17_intro/porting-howto.html
 
9
 
 
10
On Debian GNU/Linux you find additional documentation in the
 
11
libstdc++6-4.3-doc package. After installing these packages,
 
12
point your browser to
 
13
 
 
14
  file:///usr/share/doc/libstdc++6-4.3-doc/libstdc++/html/index.html
 
15
 
 
16
Other documentation can be found:
 
17
 
 
18
    http://www.sgi.com/tech/stl/
 
19
 
 
20
with a good, recent, book on C++.
 
21
 
 
22
A great deal of useful C++ documentation can be found in the C++ FAQ-Lite,
 
23
maintained by Marshall Cline <cline@parashift.com>.  It can be found at the
 
24
mirror sites linked from the following URL (this was last updated on
 
25
2010/09/11):
 
26
 
 
27
     http://www.parashift.com/c++-faq/
 
28
 
 
29
or use some search engin site to find it, e.g.:
 
30
 
 
31
     http://www.google.com/search?q=c%2B%2B+faq+lite
 
32
 
 
33
Be careful not to use outdated mirors.
 
34
 
 
35
Please send updates to this list as bug report for the g++ package.