Introducing allocator_traits and pointer_traits changes into several libraries.

[SVN r76107]
This commit is contained in:
Ion Gaztañaga
2011-12-22 20:15:57 +00:00
parent ca6c464bec
commit 7cb27130d4
145 changed files with 2554 additions and 2281 deletions

View File

@@ -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