[Groonga-commit] groonga/grnxx at 2999aa3 [master] Add a TODO comment.

Back to archive index

susumu.yata null+****@clear*****
Tue Dec 16 10:46:04 JST 2014


susumu.yata	2014-11-25 18:35:38 +0900 (Tue, 25 Nov 2014)

  New Revision: 2999aa3fe64b812b5d08f4d3a800ad2e0626400b
  https://github.com/groonga/grnxx/commit/2999aa3fe64b812b5d08f4d3a800ad2e0626400b

  Message:
    Add a TODO comment.

  Modified files:
    lib/grnxx/impl/expression.cpp

  Modified: lib/grnxx/impl/expression.cpp (+2 -0)
===================================================================
--- lib/grnxx/impl/expression.cpp    2014-11-25 18:31:40 +0900 (a888143)
+++ lib/grnxx/impl/expression.cpp    2014-11-25 18:35:38 +0900 (95d82d9)
@@ -290,6 +290,8 @@ class ConstantNode<Vector<T>> : public TypedNode<Vector<T>> {
   }
 
  private:
+  // TODO: ConstantNode should be specialized for Vector<Text> because
+  //       Array<T> stores only references.
   Array<T> value_;
 };
 
-------------- next part --------------
HTML����������������������������...
Download 



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