Work around a bug in Clang 3.0 (already fixed in pre-3.1)

This commit is contained in:
John Wiegley 2012-02-10 10:25:37 -10:00
parent b57cff24bd
commit 1afbd183d2

View file

@ -112,7 +112,6 @@ public:
ANY // a pointer to an arbitrary object ANY // a pointer to an arbitrary object
}; };
private:
class storage_t class storage_t
{ {
friend class value_t; friend class value_t;
@ -244,6 +243,7 @@ private:
#endif // HAVE_BOOST_SERIALIZATION #endif // HAVE_BOOST_SERIALIZATION
}; };
private:
/** /**
* The actual data for each value_t is kept in reference counted storage. * The actual data for each value_t is kept in reference counted storage.
* Data is modified using a copy-on-write policy. * Data is modified using a copy-on-write policy.