From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41862 invoked by alias); 19 Jul 2018 09:04:33 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 41844 invoked by uid 89); 19 Jul 2018 09:04:32 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: =?ISO-8859-1?Q?Yes, score=5.6 required=5.0 tests=BAYES_95,FREEMAIL_FROM,FREEMAIL_REPLY,HTML_MESSAGE,SPF_PASS,URIBL_SBL autolearn=no version=3.3.2 spammy==e8=ae=a2, photos, U*sales, markets?= X-HELO: m15-113.126.com Received: from m15-113.126.com (HELO m15-113.126.com) (220.181.15.113) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 19 Jul 2018 09:04:30 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=126.com; s=s110527; h=MIME-Version:Date:Message-ID:From:Subject; bh=dqtPY OzeqBwXoLX73aY+6JxBhy3gA91iW62etVxCrLw=; b=V4HXwNS5cZ8mxKfN/JWwz FGVTFrSI2THWBZ3NiFcmvmTYD2H+3Nkjhnn++BDSHgAJGSUPQIf7HdSyjBVo2VKc 1VbEHMGBgqgYVjnDt/HGyk/ewomkhroBog6HJtyiPXER3D/EP3ADoh6/6B7M3Tjt q6o9dq0ojD5DT/SPcQ1ihE= Received: from localhost (unknown [119.123.206.138]) by smtp3 (Coremail) with SMTP id DcmowAB3l+cWVFBb4zcxDQ--.12449S2; Thu, 19 Jul 2018 17:04:22 +0800 (CST) MIME-Version: 1.0 Date: Thu, 19 Jul 2018 09:04:00 -0000 Message-ID: <32FF39EE403B48461537672FAB0E436CEC204010@JASONSU> To: gdb-patches From: James Subject: USB C Docking Station from our meeting in HK trade show Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-SW-Source: 2018-07/txt/msg00572.txt.bz2 Dear customers,=20   I like to send you this best model of Full function Type C Docking Station,= 13 functions in 1. We are proud to say this is the best in design, and bes= t in function so far compare to the markets.=20   Very competitve price: US$ 53/set.  please find detail price sheets at= tached and the photos fyi.=20   This is a new mold and unique exlusive design.=20   Please contact me for more details and samples if you are interested in thi= s product. We can send you samples so you can compare. I am sure you are go= ing to love this product because it is much much better than in the market = ones.=20     Thanks Jason Su   Shenzhen Beilicheng Headlights Co. Ltd Add: Room 702, Bldg 8, Bao An 75 District, Shenzhen, China Tel: +86-755-26886566 Fax: +86-755-26886233 www.beilicheng.com sujinshui@126.com sales@beilicheng.com   CMZfwMtjgdb-patches2018  =E9=80=80=E8=AE=A2 Unsubscribe >From gdb-patches-return-149193-listarch-gdb-patches=sources.redhat.com@sourceware.org Thu Jul 19 10:00:40 2018 Return-Path: Delivered-To: listarch-gdb-patches@sources.redhat.com Received: (qmail 115350 invoked by alias); 19 Jul 2018 10:00:38 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 115044 invoked by uid 89); 19 Jul 2018 10:00:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-25.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx3-rdu2.redhat.com (HELO mx1.redhat.com) (66.187.233.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 19 Jul 2018 10:00:20 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id F2B4972622 for ; Thu, 19 Jul 2018 10:00:10 +0000 (UTC) Received: from localhost.localdomain (ovpn04.gateway.prod.ext.ams2.redhat.com [10.39.146.4]) by smtp.corp.redhat.com (Postfix) with ESMTP id A2EAC1C5AF for ; Thu, 19 Jul 2018 10:00:10 +0000 (UTC) From: Pedro Alves To: gdb-patches@sourceware.org Subject: [ob/pushed] gdbscm_wrap, really forward args Date: Thu, 19 Jul 2018 10:00:00 -0000 Message-Id: <20180719100009.14933-1-palves@redhat.com> X-SW-Source: 2018-07/txt/msg00573.txt.bz2 Content-length: 1258 Commit 557e56be2648 ("Eliminate most remaining cleanups under gdb/guile/") missed adding the && to Args to really forward the arguments properly. Noticed by inspection. gdb/ChangeLog: 2018-07-19 Pedro Alves * guile/guile-internal.h (gdbscm_wrap): Really make 'args' a forwarding reference. --- gdb/ChangeLog | 5 +++++ gdb/guile/guile-internal.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 92c93f494f5..c28b24053ca 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2018-07-19 Pedro Alves + + * guile/guile-internal.h (gdbscm_wrap): Really make 'args' a + forwarding reference. + 2018-07-18 Pedro Alves * guile/guile.c (gdbscm_execute_gdb_command): Adjust to use diff --git a/gdb/guile/guile-internal.h b/gdb/guile/guile-internal.h index 20e002a28e2..38671bfd881 100644 --- a/gdb/guile/guile-internal.h +++ b/gdb/guile/guile-internal.h @@ -672,7 +672,7 @@ extern void gdbscm_initialize_values (void); template SCM -gdbscm_wrap (Function &&func, Args... args) +gdbscm_wrap (Function &&func, Args &&... args) { SCM result = SCM_BOOL_F; -- 2.14.4