[Groonga-commit] groonga/grnxx at 5a28319 [master] Fix a typo, from Int32 to Int64.

Back to archive index

susumu.yata null+****@clear*****
Tue Mar 4 18:05:08 JST 2014


susumu.yata	2014-03-04 18:05:08 +0900 (Tue, 04 Mar 2014)

  New Revision: 5a283192843212e7365844478e31d4032d974ba9
  https://github.com/groonga/grnxx/commit/5a283192843212e7365844478e31d4032d974ba9

  Message:
    Fix a typo, from Int32 to Int64.

  Modified files:
    lib/grnxx/calc_impl.cpp

  Modified: lib/grnxx/calc_impl.cpp (+1 -1)
===================================================================
--- lib/grnxx/calc_impl.cpp    2014-03-04 17:26:32 +0900 (5bde6ed)
+++ lib/grnxx/calc_impl.cpp    2014-03-04 18:05:08 +0900 (0fe5536)
@@ -595,7 +595,7 @@ template <typename T, typename U> struct DividesOperator {
 template <> struct DividesOperator<Int64, Int64> {
   using Result = Int64;
   using Lhs = Int64;
-  using Rhs = Int32;
+  using Rhs = Int64;
   Result operator()(Int64 lhs, Int64 rhs) const {
     return divides_with_overflow_check(lhs, rhs);
   }
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index