summaryrefslogtreecommitdiff
path: root/boost/interprocess/mapped_region.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/interprocess/mapped_region.hpp')
-rw-r--r--boost/interprocess/mapped_region.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/interprocess/mapped_region.hpp b/boost/interprocess/mapped_region.hpp
index e5eee0bf79..4037a919db 100644
--- a/boost/interprocess/mapped_region.hpp
+++ b/boost/interprocess/mapped_region.hpp
@@ -876,7 +876,7 @@ struct null_mapped_region_function
bool operator()(void *, std::size_t , bool) const
{ return true; }
- std::size_t get_min_size() const
+ static std::size_t get_min_size()
{ return 0; }
};