update boost
This commit is contained in:
@@ -37,7 +37,7 @@ void load(Archive& ar, ptr_circular_buffer<T, CloneAllocator, Allocator>& c, uns
|
||||
template<class Archive, class T, class CloneAllocator, class Allocator>
|
||||
void serialize(Archive& ar, ptr_circular_buffer<T, CloneAllocator, Allocator>& c, const unsigned int version)
|
||||
{
|
||||
split_free(ar, c, version);
|
||||
core::split_free(ar, c, version);
|
||||
}
|
||||
|
||||
} // namespace serialization
|
||||
|
||||
Reference in New Issue
Block a user