You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "song bruce zhang (Code Review)" <ge...@cloudera.org> on 2016/05/27 02:26:01 UTC

[kudu-CR] fix compile error when compiling column_predicate-test.cc In env : boost 1.57, centos 6.5, compile failed because of : "operator<<: cannot bind lvalue to 'std::basic_ostream&&'" write a operator<< in column_predicate.h , compile succeed.

song bruce zhang has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/3233

Change subject:  fix compile error when compiling column_predicate-test.cc  In env : boost 1.57, centos 6.5, compile failed because of :  "operator<<: cannot bind lvalue to 'std::basic_ostream<char>&&'"  write a operator<< in column_predicate.h , compile succeed.
......................................................................

fix compile error when compiling column_predicate-test.cc
 In env : boost 1.57, centos 6.5, compile failed because of :
 "operator<<: cannot bind lvalue to 'std::basic_ostream<char>&&'"
 write a operator<< in column_predicate.h , compile succeed.

  Author:    bruceSz song zhang<zs...@gmail.com>
  Date:      Fri May 27 09:27:46 2016 +0800
 Change-Id: I1f6794b351e49d7a59c542a80161171b7e211093

Change-Id: I6f9a9634eeccd86616be80b004ecce596155bb57
---
M src/kudu/common/column_predicate.h
1 file changed, 10 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/33/3233/1
-- 
To view, visit http://gerrit.cloudera.org:8080/3233
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6f9a9634eeccd86616be80b004ecce596155bb57
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: song bruce zhang <zs...@gmail.com>