mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Changes and fixes for Boost 1.37
[SVN r49277]
This commit is contained in:
@@ -198,7 +198,7 @@ int main ()
|
||||
std::size_t heap_list_size = heaplist->size();
|
||||
|
||||
//Copy heap buffer to another
|
||||
const char *insert_beg = detail::char_ptr_cast(heap_buffer.get_address());
|
||||
const char *insert_beg = static_cast<char*>(heap_buffer.get_address());
|
||||
const char *insert_end = insert_beg + heap_buffer.get_size();
|
||||
std::vector<char> grow_copy (insert_beg, insert_end);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user