diff options
| author | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-10 14:30:32 +0000 |
|---|---|---|
| committer | redi <redi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-01-10 14:30:32 +0000 |
| commit | 16ca1be04e80a33af6aa555e0ec11c6a3e90d8f7 (patch) | |
| tree | 9f3cb889942573b33187d400adeecce2e99c1102 /libstdc++-v3/doc | |
| parent | 57179a3aa173b49441e2694488b88a0291a56c4f (diff) | |
| download | ppe42-gcc-16ca1be04e80a33af6aa555e0ec11c6a3e90d8f7.tar.gz ppe42-gcc-16ca1be04e80a33af6aa555e0ec11c6a3e90d8f7.zip | |
PR libstdc++/59699
* doc/xml/manual/support.xml (std.support.types.null): Update links.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@206526 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/doc')
| -rw-r--r-- | libstdc++-v3/doc/xml/manual/support.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/libstdc++-v3/doc/xml/manual/support.xml b/libstdc++-v3/doc/xml/manual/support.xml index 4d33a46f4a0..410f7140347 100644 --- a/libstdc++-v3/doc/xml/manual/support.xml +++ b/libstdc++-v3/doc/xml/manual/support.xml @@ -169,16 +169,18 @@ <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> |

