[Groonga-commit] groonga/grnxx at dbe1eaa [master] Comment out an operator to suppress a warning.

Back to archive index

susumu.yata null+****@clear*****
Fri Jun 28 19:43:09 JST 2013


susumu.yata	2013-06-28 19:43:09 +0900 (Fri, 28 Jun 2013)

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

  Message:
    Comment out an operator to suppress a warning.

  Modified files:
    test/test_traits.cpp

  Modified: test/test_traits.cpp (+1 -1)
===================================================================
--- test/test_traits.cpp    2013-06-28 19:40:49 +0900 (bb57079)
+++ test/test_traits.cpp    2013-06-28 19:43:09 +0900 (986d696)
@@ -34,7 +34,7 @@ struct Something {
 };
 
 // An operator<() is declared for Something.
-bool operator<(const Something &, const Something &);
+//bool operator<(const Something &, const Something &);
 
 // This type's starts_with() is invalid because it does not take Something2.
 // This type has operator<().
-------------- next part --------------
HTML����������������������������...
Download 



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