We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca75618 commit 6fd141aCopy full SHA for 6fd141a
include/boost/interprocess/segment_manager.hpp
@@ -1052,7 +1052,7 @@ class segment_manager
1052
return ipcdetail::null_or_bad_alloc<object_type>(dothrow);
1053
1054
front_space = block_header_t::template front_space_with_header<t_alignment, index_data_t>();
1055
- hdr = block_header_t::template from_first_header(reinterpret_cast<index_data_t*>((void*)((char*)buffer_ptr + front_space)));
+ hdr = block_header_t::from_first_header(reinterpret_cast<index_data_t*>((void*)((char*)buffer_ptr + front_space)));
1056
}
1057
else{
1058
const size_type total_size = block_info.template total_named_size<t_alignment, CharT>(namelen);
0 commit comments