[Groonga-commit] groonga/grnxx at b2bc776 [master] Move #include <memory> from cpp to hpp.

Back to archive index

susumu.yata null+****@clear*****
Fri May 31 11:38:43 JST 2013


susumu.yata	2013-05-31 11:38:43 +0900 (Fri, 31 May 2013)

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

  Message:
    Move #include <memory> from cpp to hpp.

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

  Modified: lib/grnxx/map/array_map.cpp (+0 -1)
===================================================================
--- lib/grnxx/map/array_map.cpp    2013-05-31 11:38:04 +0900 (d88c6ea)
+++ lib/grnxx/map/array_map.cpp    2013-05-31 11:38:43 +0900 (7985727)
@@ -17,7 +17,6 @@
 */
 #include "grnxx/map/array_map.hpp"
 
-#include <memory>
 #include <new>
 
 #include "grnxx/bytes.hpp"

  Modified: lib/grnxx/map/array_map.hpp (+2 -0)
===================================================================
--- lib/grnxx/map/array_map.hpp    2013-05-31 11:38:04 +0900 (9f39d4f)
+++ lib/grnxx/map/array_map.hpp    2013-05-31 11:38:43 +0900 (b2e41a6)
@@ -20,6 +20,8 @@
 
 #include "grnxx/features.hpp"
 
+#include <memory>
+
 #include "grnxx/map.hpp"
 #include "grnxx/map/helper.hpp"
 #include "grnxx/types.hpp"
-------------- next part --------------
HTML����������������������������...
Download 



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