[Groonga-commit] groonga/grnxx at 7e18c54 [master] Fix a typo. (#88)

Zurück zum Archiv-Index

susumu.yata null+****@clear*****
Fri Oct 24 12:50:16 JST 2014


susumu.yata	2014-10-24 12:50:16 +0900 (Fri, 24 Oct 2014)

  New Revision: 7e18c5453a342b38e83d4a57ec82c4f9ed371c55
  https://github.com/groonga/grnxx/commit/7e18c5453a342b38e83d4a57ec82c4f9ed371c55

  Message:
    Fix a typo. (#88)

  Modified files:
    include/grnxx/new_types/int.hpp

  Modified: include/grnxx/new_types/int.hpp (+1 -1)
===================================================================
--- include/grnxx/new_types/int.hpp    2014-10-24 12:42:51 +0900 (698c5be)
+++ include/grnxx/new_types/int.hpp    2014-10-24 12:50:16 +0900 (30c0f56)
@@ -140,7 +140,7 @@ class Int {
     return *this;
   }
 
-  constexpr Int arighmetic_right_shift(Int rhs) const {
+  constexpr Int arithmetic_right_shift(Int rhs) const {
     return (is_na() || rhs.is_na() ||
             (static_cast<uint64_t>(rhs.value_) >= 64)) ?
            na() : Int(value_ >> rhs.value_);
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index