Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 28EBD200C29 for ; Tue, 28 Feb 2017 17:14:55 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2771F160B7C; Tue, 28 Feb 2017 16:14:55 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6D47D160B6A for ; Tue, 28 Feb 2017 17:14:54 +0100 (CET) Received: (qmail 27039 invoked by uid 500); 28 Feb 2017 16:14:53 -0000 Mailing-List: contact commits-help@quickstep.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@quickstep.incubator.apache.org Delivered-To: mailing list commits@quickstep.incubator.apache.org Received: (qmail 27030 invoked by uid 99); 28 Feb 2017 16:14:53 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2017 16:14:53 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 413B0C094B for ; Tue, 28 Feb 2017 16:14:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.566 X-Spam-Level: X-Spam-Status: No, score=-6.566 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, SPF_NEUTRAL=0.652, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 7p5bVVFDx427 for ; Tue, 28 Feb 2017 16:14:50 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 106275FBE4 for ; Tue, 28 Feb 2017 16:14:49 +0000 (UTC) Received: (qmail 26158 invoked by uid 99); 28 Feb 2017 16:14:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Feb 2017 16:14:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2E4B2DFCA1; Tue, 28 Feb 2017 16:14:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: spehl@apache.org To: commits@quickstep.incubator.apache.org Date: Tue, 28 Feb 2017 16:14:51 -0000 Message-Id: In-Reply-To: <6d6d116418e54b468caafcf3d3c5059e@git.apache.org> References: <6d6d116418e54b468caafcf3d3c5059e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] incubator-quickstep git commit: Fix PackedPayloadHashTable for gcc build archived-at: Tue, 28 Feb 2017 16:14:55 -0000 Fix PackedPayloadHashTable for gcc build Project: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/commit/132fed63 Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/132fed63 Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/132fed63 Branch: refs/heads/fix-gcc-build Commit: 132fed63d14a26917a4f3aacc2337c17b260f708 Parents: c008b7a Author: Jianqiao Zhu Authored: Mon Feb 27 14:45:50 2017 -0600 Committer: cramja Committed: Tue Feb 28 10:13:53 2017 -0600 ---------------------------------------------------------------------- storage/PackedPayloadHashTable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/132fed63/storage/PackedPayloadHashTable.cpp ---------------------------------------------------------------------- diff --git a/storage/PackedPayloadHashTable.cpp b/storage/PackedPayloadHashTable.cpp index 3d672f2..8c4a9fc 100644 --- a/storage/PackedPayloadHashTable.cpp +++ b/storage/PackedPayloadHashTable.cpp @@ -251,7 +251,7 @@ bool PackedPayloadHashTable::upsertValueAccessorCompositeKey( [&](auto use_two_accessors, // NOLINT(build/c++11) auto key_only, auto has_variable_size) -> bool { - return upsertValueAccessorCompositeKeyInternal< + return this->upsertValueAccessorCompositeKeyInternal< decltype(use_two_accessors)::value, decltype(key_only)::value, decltype(has_variable_size)::value>(