mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Add wrong "static" attribute to anonymous_shared_memory, it should be "inline"
This commit is contained in:
@@ -69,7 +69,7 @@ namespace ipcdetail{
|
||||
//!The function returns a mapped_region holding that segment or throws
|
||||
//!interprocess_exception if the function fails.
|
||||
//static mapped_region
|
||||
static mapped_region
|
||||
inline mapped_region
|
||||
anonymous_shared_memory(std::size_t size, void *address = 0)
|
||||
#if (!defined(BOOST_INTERPROCESS_WINDOWS))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user