mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Use friend class
, omission of class
is C++11
This commit is contained in:
parent
38037b45f1
commit
4b859e3d39
@ -16,7 +16,7 @@ struct X
|
||||
|
||||
private:
|
||||
|
||||
friend boost::serialization::access;
|
||||
friend class boost::serialization::access;
|
||||
|
||||
template<class Ar> void load( Ar& ar, unsigned /*v*/ )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user