update boost on linux

This commit is contained in:
Bassem Girgis
2019-08-10 16:06:25 -05:00
parent 76ad52be58
commit 861b918727
5363 changed files with 483306 additions and 116507 deletions

View File

@@ -47,7 +47,12 @@ public:
{
return size_ = buffer_.size();
}
const std::size_t* size_ptr() const
{
return &size();
}
void save_binary(void const *address, std::size_t count)
{
save_impl(address,count);