mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-19 04:12:13 +00:00
* Fixed GCC -Wshadow warnings.
* Experimental multiple allocation interface improved and changed again. Still unstable. * Replaced deprecated BOOST_NO_XXXX with newer BOOST_NO_CXX11_XXX macros. * [*ABI breaking]: changed node pool allocators internals for improved efficiency. [SVN r81521]
This commit is contained in:
@@ -105,7 +105,6 @@ int main ()
|
||||
(heap_buffer.get_segment_manager());
|
||||
|
||||
//Alias heap list
|
||||
typedef std::list<int> MyStdList;
|
||||
MyStdList *stdlist = new MyStdList;
|
||||
|
||||
int i;
|
||||
|
||||
Reference in New Issue
Block a user