[Groonga-commit] groonga/grnxx at 3f88b8c [master] Add forward declarations.

Zurück zum Archiv-Index

susumu.yata null+****@clear*****
Fri Sep 5 18:10:35 JST 2014


susumu.yata	2014-09-05 18:10:35 +0900 (Fri, 05 Sep 2014)

  New Revision: 3f88b8c62f56ef3afb98bc87f61fd0d3093dbbe1
  https://github.com/groonga/grnxx/commit/3f88b8c62f56ef3afb98bc87f61fd0d3093dbbe1

  Message:
    Add forward declarations.

  Modified files:
    include/grnxx/array/bool.hpp

  Modified: include/grnxx/array/bool.hpp (+4 -0)
===================================================================
--- include/grnxx/array/bool.hpp    2014-09-05 18:05:31 +0900 (e79da1c)
+++ include/grnxx/array/bool.hpp    2014-09-05 18:10:35 +0900 (1c48866)
@@ -5,6 +5,10 @@
 
 namespace grnxx {
 
+template <typename T> class ArrayCRef;
+template <typename T> class ArrayRef;
+template <typename T> class Array;
+
 // ArrayCRef<Bool> is specialized because each Bool value does not have its own
 // unique address and thus a pointer type for Bool is not available.
 template <>
-------------- next part --------------
HTML����������������������������...
Download 



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