From 8138a68a75286eebc04557019ab0f5947d78eb99 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 30 Jul 2015 17:09:36 +0200 Subject: Try to work around xlC 11.1 warning/errors --- odb/details/shared-ptr.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'odb/details/shared-ptr.hxx') diff --git a/odb/details/shared-ptr.hxx b/odb/details/shared-ptr.hxx index 2bb8efc..bb21386 100644 --- a/odb/details/shared-ptr.hxx +++ b/odb/details/shared-ptr.hxx @@ -16,7 +16,8 @@ namespace odb namespace details { template - class shared_ptr: bits::counter_ops::r, X> + class shared_ptr: + private bits::counter_ops::r, X> { typedef bits::counter_ops::r, X> base; -- cgit v1.1