mirror of
https://github.com/boostorg/core.git
synced 2025-11-29 13:50:10 +01: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