From 7666ab6a1d8d1bcf64453ba95af8697455d8106d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Apr 2012 15:56:24 +0200 Subject: Use traditional const placement --- odb/odb.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/odb.cxx b/odb/odb.cxx index 662c18d..ff28fbc 100644 --- a/odb/odb.cxx +++ b/odb/odb.cxx @@ -737,7 +737,7 @@ main (int argc, char* argv[]) // os << "template " << endl << "bool" << endl - << "has_lt_operator (T const& x, T const& y)" << endl + << "has_lt_operator (const T& x, const T& y)" << endl << "{" << endl << "bool r (x < y);" << endl << "return r;" << endl -- cgit v1.1