[Groonga-commit] groonga/grnxx at ff81770 [master] Move #includes and add comments.

Back to archive index

susumu.yata null+****@clear*****
Wed May 29 14:39:18 JST 2013


susumu.yata	2013-05-29 14:39:18 +0900 (Wed, 29 May 2013)

  New Revision: ff817708ee7befcba0187d219615ba368503aacd
  https://github.com/groonga/grnxx/commit/ff817708ee7befcba0187d219615ba368503aacd

  Message:
    Move #includes and add comments.

  Modified files:
    lib/grnxx/map/array_map.cpp
    lib/grnxx/map/array_map.hpp
    lib/grnxx/map/helper.hpp

  Modified: lib/grnxx/map/array_map.cpp (+4 -0)
===================================================================
--- lib/grnxx/map/array_map.cpp    2013-05-29 14:34:14 +0900 (6fac117)
+++ lib/grnxx/map/array_map.cpp    2013-05-29 14:39:18 +0900 (416f175)
@@ -20,6 +20,8 @@
 #include <memory>
 #include <new>
 
+// TODO
+//#include "grnxx/bytes.hpp"
 #include "grnxx/geo_point.hpp"
 #include "grnxx/logger.hpp"
 #include "grnxx/storage.hpp"
@@ -359,6 +361,8 @@ template class ArrayMap<int64_t>;
 template class ArrayMap<uint64_t>;
 template class ArrayMap<double>;
 template class ArrayMap<GeoPoint>;
+// TODO
+//template class ArrayMap<Bytes>;
 
 }  // namespace map
 }  // namespace grnxx

  Modified: lib/grnxx/map/array_map.hpp (+0 -1)
===================================================================
--- lib/grnxx/map/array_map.hpp    2013-05-29 14:34:14 +0900 (e98c12b)
+++ lib/grnxx/map/array_map.hpp    2013-05-29 14:39:18 +0900 (9f39d4f)
@@ -20,7 +20,6 @@
 
 #include "grnxx/features.hpp"
 
-#include "grnxx/array.hpp"
 #include "grnxx/map.hpp"
 #include "grnxx/map/helper.hpp"
 #include "grnxx/types.hpp"

  Modified: lib/grnxx/map/helper.hpp (+1 -0)
===================================================================
--- lib/grnxx/map/helper.hpp    2013-05-29 14:34:14 +0900 (3c36970)
+++ lib/grnxx/map/helper.hpp    2013-05-29 14:39:18 +0900 (a4a7984)
@@ -25,6 +25,7 @@
 #include <limits>
 #include <type_traits>
 
+#include "grnxx/array.hpp"
 #include "grnxx/traits.hpp"
 
 namespace grnxx {
-------------- next part --------------
HTML����������������������������...
Download 



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