id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 11713,boost::interprocess::basic_string instantiation broken (wrong report - please close ticket!),kaparis.dimitri@…,Ion Gaztañaga,"It appears that instantiation of boost::container::basic_string's with shared memory segment allocators doesn't work in 1.59: {{{ #include #include typedef boost::interprocess::managed_shared_memory::segment_manager SegmentManagerT; typedef boost::interprocess::allocator CharAllocatorT; typedef boost::interprocess::basic_string, CharAllocatorT> StringT; void test2(CharAllocatorT& alloc) { StringT s("""", alloc); } }}} Gives error on s instantiation. Using g++ (Ubuntu 4.9.2-10ubuntu13) 4.9.2 This compiles cleanly with Boost 1.57. Haven't tried 1.58 ",Bugs,closed,To Be Determined,interprocess,Boost 1.59.0,Regression,invalid,,