mirror of
https://github.com/boostorg/interprocess.git
synced 2026-01-27 19:02:14 +00:00
Introducing allocator_traits and pointer_traits changes into several libraries.
[SVN r76107]
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
#include <sstream>
|
||||
#include <cstring>
|
||||
|
||||
using namespace boost::interprocess;
|
||||
namespace boost{
|
||||
namespace interprocess{
|
||||
|
||||
//Force instantiations to catch compile-time errors
|
||||
template class basic_bufferbuf<char>;
|
||||
@@ -21,6 +22,10 @@ template class basic_bufferstream<char>;
|
||||
template class basic_ibufferstream<char>;
|
||||
template class basic_obufferstream<char>;
|
||||
|
||||
}}
|
||||
|
||||
using namespace boost::interprocess;
|
||||
|
||||
static int bufferstream_test()
|
||||
{
|
||||
//Static big enough buffer
|
||||
|
||||
Reference in New Issue
Block a user