susumu.yata
null+****@clear*****
Mon Mar 3 11:01:50 JST 2014
susumu.yata 2014-03-03 11:01:50 +0900 (Mon, 03 Mar 2014) New Revision: 651e605cd715d3868ed1a00b7c76e60328f8e022 https://github.com/groonga/grnxx/commit/651e605cd715d3868ed1a00b7c76e60328f8e022 Message: Comment out an unused typedef. Modified files: lib/grnxx/calc_impl.cpp Modified: lib/grnxx/calc_impl.cpp (+1 -1) =================================================================== --- lib/grnxx/calc_impl.cpp 2014-03-03 10:59:58 +0900 (29ad431) +++ lib/grnxx/calc_impl.cpp 2014-03-03 11:01:50 +0900 (c314c23) @@ -1577,7 +1577,7 @@ CalcNode *CalcImpl::create_arithmetic_node_3( // T: 算術演算子. template <typename T> CalcNode *CalcImpl::create_arithmetic_node_4(CalcNode *lhs, CalcNode *rhs) { - using Result = typename T::Result; +// using Result = typename T::Result; using Lhs = typename T::Lhs; using Rhs = typename T::Rhs; switch (lhs->type()) { -------------- next part -------------- HTML����������������������������...ダウンロード