Work around a bug in Clang 3.0 (already fixed in pre-3.1)
This commit is contained in:
parent
b57cff24bd
commit
1afbd183d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue