mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 20:37:22 +02:00
Use friend class
, omission of class
is C++11
This commit is contained in:
@ -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*/ )
|
||||
{
|
||||
|
Reference in New Issue
Block a user