From b9ae91e23fc4eaeaf411fabb5b71cd023889d4e7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 16 Aug 2012 12:23:25 +0200 Subject: Add support for automatically discovering accessor/modifier functions New options: --{accessor,modifier}-regex, --{accessor,modifier}-regex-trace. --- odb/parser.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'odb/parser.cxx') diff --git a/odb/parser.cxx b/odb/parser.cxx index 9a19440..c5456d6 100644 --- a/odb/parser.cxx +++ b/odb/parser.cxx @@ -141,6 +141,8 @@ private: access decl_access (tree decl) { + // Note that TREE_PUBLIC() returns something other than what we need. + // if (TREE_PRIVATE (decl)) return access::private_; -- cgit v1.1