From a7ec19749a76cc262240124f5c71c1ee4051cba7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 31 Aug 2011 14:19:56 +0200 Subject: Rename comp_value() predicate to composite() --- odb/context.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/context.cxx') diff --git a/odb/context.cxx b/odb/context.cxx index a5f3d01..33d9e08 100644 --- a/odb/context.cxx +++ b/odb/context.cxx @@ -329,7 +329,7 @@ member_type (semantics::data_member& m, string const& key_prefix) } bool context:: -comp_value_ (semantics::class_& c) +composite_ (semantics::class_& c) { bool r (true); -- cgit v1.1