From 1afbd183d2e5ef202ab8f78efd9ff5b8e7b5cb94 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 10 Feb 2012 10:25:37 -1000 Subject: Work around a bug in Clang 3.0 (already fixed in pre-3.1) --- src/value.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/value.h') diff --git a/src/value.h b/src/value.h index 7c507712..d4387f61 100644 --- a/src/value.h +++ b/src/value.h @@ -112,7 +112,6 @@ public: ANY // a pointer to an arbitrary object }; -private: class storage_t { friend class value_t; @@ -244,6 +243,7 @@ private: #endif // HAVE_BOOST_SERIALIZATION }; +private: /** * The actual data for each value_t is kept in reference counted storage. * Data is modified using a copy-on-write policy. -- cgit v1.2.3