From patchwork Sun May 26 17:46:52 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1105598 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-501686-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="jj7L95lj"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45BncH18tkz9s1c for ; Mon, 27 May 2019 03:47:10 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; q=dns; s= default; b=RebKaq1kCoeQ3eq6NjGsyFBaT1RDd/dE7Iqq+dRjMtIZNgrkjt6I2 eHk/ZGE+OkUTeZQUDb0Iven47azC+4D446LnkvvUUkYRPhav0d8nvLIEtyE3jEt/ zEat+1vTXlMgwYMhcHWo1PwH5LeykvvrWZJIVa4AoUBJHRTxTDIhng= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :from:to:subject:message-id:mime-version:content-type; s= default; bh=Y2f/VglJUGaTkGSE8xpKGZijMg4=; b=jj7L95ljaQuhVBhU5vij RsePDi0vF6GTisy+GchSaJOBIsxs/1F73+xLTQOLcpqiErnNZOteWhYLRImyOwd+ cJz6g7b8R04bR/eXyaCDQsfXlr///bMZj03vRVrs0bxqlkgGpFmURVkcjSBk2l83 FMIrOZzMOsRpDAnsgmWLVLg= Received: (qmail 74559 invoked by alias); 26 May 2019 17:46:57 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 74544 invoked by uid 89); 26 May 2019 17:46:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-9.7 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, SPF_PASS autolearn=ham version=3.3.1 spammy=xmlns, 1707, para, his X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 26 May 2019 17:46:55 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id 6212733E6B; Sun, 26 May 2019 13:46:54 -0400 (EDT) Received: from anthias (unknown [46.57.103.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id CE1F233E68; Sun, 26 May 2019 13:46:53 -0400 (EDT) Date: Sun, 26 May 2019 19:46:52 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org Subject: [libstdc++, doc] doc/xml/manual/support.xml - link adjustment and simplification Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes The links adjustment I would just have committed right away, but I'd also like to suggest swe simplify the section: the following paragraph doesn't really add much, but duplicates the external link. Thoughts? Gerald 2019-05-26 Gerald Pfeifer * doc/xml/manual/support.xml: Adjust link to www.aristeia.com. Shorten the section a bit. Index: doc/xml/manual/support.xml =================================================================== --- doc/xml/manual/support.xml (revision 271632) +++ doc/xml/manual/support.xml (working copy) @@ -170,7 +170,7 @@ In his book Effective + xlink:href="https://www.aristeia.com/books.html">Effective C++, 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 @@ -177,11 +177,6 @@ NULL that will match pointers before it matches integers. - See the - Effective - C++ CD example. -