$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost.Interprocess accessing an unordered_map in shared memory.
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2013-03-11 16:51:43
El 11/03/2013 13:20, lazylabs_at_[hidden] escribió:
> However, I would prefer to do this with a std::string, which results
> in compilation errors:
>
> persons->at(std::string("H")).print();
>
> Is it possible to write the above statement, i.e. accessing the map
> allocated in shared memory with std::string?
No, as the key_type is not std::string. It's a bit ugly but to fix this
has no easy fix.
Best,
Ion