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/location.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'odb/location.hxx') diff --git a/odb/location.hxx b/odb/location.hxx index a9cc6ad..658cd1b 100644 --- a/odb/location.hxx +++ b/odb/location.hxx @@ -12,9 +12,7 @@ struct location { - explicit location (location_t); - location (cutl::fs::path const& f, std::size_t l, std::size_t c) : file (f), line (l), column (c) { -- cgit v1.1