]> git.tdb.fi Git - libs/core.git/blob - source/core/maputils.cpp
Add utility functions for getting an item from an std::map
[libs/core.git] / source / core / maputils.cpp
1 #include <msp/debug/demangle.h>
2 #include "maputils.h"
3
4 using namespace std;
5
6 namespace Msp {
7
8 key_error::key_error(const type_info &t):
9         runtime_error(Debug::demangle(t.name()))
10 { }
11
12 } // namespace Msp