From 658a2f07b47ed80bd3ca35edd7380493c326daa3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 27 Oct 2011 15:16:49 +0200 Subject: Add support for persistent classes without object ids New pragma id (object). New test: common/no-id. --- odb/result.hxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'odb/result.hxx') diff --git a/odb/result.hxx b/odb/result.hxx index 1d4a199..91c1a39 100644 --- a/odb/result.hxx +++ b/odb/result.hxx @@ -18,9 +18,6 @@ namespace odb template class result_base; - template - class result_impl; - template ::kind> class result_iterator; @@ -59,8 +56,6 @@ namespace odb typedef std::size_t size_type; typedef std::ptrdiff_t difference_type; - // T can be const T while result_impl's argument is always non-const. - // typedef typename base::result_impl_type result_impl_type; public: -- cgit v1.1