]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR libstdc++/59699 (Effective C++ has moved)
authorJonathan Wakely <jwakely@redhat.com>
Fri, 10 Jan 2014 14:30:32 +0000 (14:30 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 10 Jan 2014 14:30:32 +0000 (14:30 +0000)
PR libstdc++/59699
* doc/xml/manual/support.xml (std.support.types.null): Update links.

From-SVN: r206526

libstdc++-v3/ChangeLog
libstdc++-v3/doc/xml/manual/support.xml

index e93c322bf85e89279225df1bd7200207325d1817..78d99829759c7efc9c006944e7251be85c468981 100644 (file)
@@ -11,6 +11,9 @@
        * doc/xml/manual/backwards_compatibility.xml
        (backwards.third.nocreate_noreplace): Correct and expand.
 
+       PR libstdc++/59699
+       * doc/xml/manual/support.xml (std.support.types.null): Update links.
+
 2014-01-09  Jonathan Wakely  <jwakely@redhat.com>
 
        PR libstdc++/59738
index 4d33a46f4a0476f35c1a872881dc012163e15687..410f7140347c6e740e7658406b2a8698f0580f20 100644 (file)
      <constant>NULL</constant> is always a pointer.)
     </para>
 
-    <para>In his book <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.awprofessional.com/titles/0-201-92488-9/"><emphasis>Effective
-    C++</emphasis></link>, Scott Meyers points out that the best way
+    <para>In his book <link xmlns:xlink="http://www.w3.org/1999/xlink"
+      xlink:href="http://www.aristeia.com/books.html"><emphasis>Effective
+      C++</emphasis></link>, Scott Meyers points out that the best way
     to solve this problem is to not overload on pointer-vs-integer
     types to begin with.  He also offers a way to make your own magic
     <constant>NULL</constant> that will match pointers before it
     matches integers.
     </para>
-    <para>See
-      <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://www.awprofessional.com/titles/0-201-31015-5/">the
-      Effective C++ CD example</link>
+    <para>See the
+      <link xmlns:xlink="http://www.w3.org/1999/xlink"
+      xlink:href="http://www.aristeia.com/books.html"><emphasis>Effective
+      C++ CD</emphasis></link> example.
     </para>
   </section>