Repository: incubator-quickstep
Updated Branches:
  refs/heads/fix-gcc-build [created] 77b9864ac


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/fa9d5bba
Tree: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/tree/fa9d5bba
Diff: http://git-wip-us.apache.org/repos/asf/incubator-quickstep/diff/fa9d5bba

Branch: refs/heads/fix-gcc-build
Commit: fa9d5bba0b200f15b3f177a4efb02843e2d31522
Parents: b24349c
Author: Jianqiao Zhu <jianq...@cs.wisc.edu>
Authored: Mon Feb 27 14:45:50 2017 -0600
Committer: Jianqiao Zhu <jianq...@cs.wisc.edu>
Committed: Mon Feb 27 14:45:50 2017 -0600

----------------------------------------------------------------------
 storage/PackedPayloadHashTable.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quickstep/blob/fa9d5bba/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>(

Reply via email to