$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost Shared Memory Compilation Issue
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2011-07-20 17:34:12
El 20/07/2011 1:55, Nathan Lewis escribió:
> typedef vector<char_string, char_allocator>
> char_string_vector_vector;
ERROR: you must define a vector with a char_string_allocator, not a
char_allocator, since you are storing char_string. Attached a working
exmple and differences
Best,
ion