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

Back to archive index

susumu.yata null+****@clear*****
Sat Mar 16 21:28:04 JST 2013


susumu.yata	2013-03-16 21:28:04 +0900 (Sat, 16 Mar 2013)

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

  Message:
    Add a TODO comment.

  Modified files:
    lib/map/da/basic/prefix_cursor.cpp

  Modified: lib/map/da/basic/prefix_cursor.cpp (+1 -0)
===================================================================
--- lib/map/da/basic/prefix_cursor.cpp    2013-03-15 16:31:07 +0900 (be95186)
+++ lib/map/da/basic/prefix_cursor.cpp    2013-03-16 21:28:04 +0900 (c60f75c)
@@ -119,6 +119,7 @@ void PrefixCursor::open_cursor(Trie *trie, MapCursorFlags flags,
     step_ = 1;
   }
 } catch (...) {
+  // TODO: Catch only std::vector's exception.
   GRNXX_ERROR() << "std::vector::push_back() failed";
   GRNXX_THROW();
 }
-------------- next part --------------
HTML����������������������������...
Download 



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