mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
Fix broken C+03 support
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <boost/interprocess/detail/workaround.hpp>
|
||||
#if BOOST_CXX_VERSION >=201103L
|
||||
|
||||
//[doc_unordered_map
|
||||
#include <boost/interprocess/managed_shared_memory.hpp>
|
||||
#include <boost/interprocess/allocators/allocator.hpp>
|
||||
@@ -95,4 +97,9 @@ int main ()
|
||||
return 0;
|
||||
}
|
||||
//]
|
||||
|
||||
#else
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif //#if BOOST_CXX_VERSION >=201103L
|
||||
|
||||
Reference in New Issue
Block a user