$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel James (daniel_james_at_[hidden])
Date: 2007-11-15 05:59:37
On Nov 15, 2007 10:14 AM, Thorsten Ottosen <thorsten.ottosen_at_[hidden]> wrote:
>
> I couldn't find any function names at() which is similar to [], but
> which throws an exception if the jey is not found (The standard should
> have those)
It's there for std::map but not std::unordered_map. Which is probably
an oversight, so I'll add it at first opportunity.
Daniel