Merge remote-tracking branch 'singu/master'

This commit is contained in:
Aleric Inglewood
2013-04-30 20:43:40 +02:00
39 changed files with 502 additions and 296 deletions

View File

@@ -203,7 +203,6 @@ inline T* get_ptr_in_map(const std::map<K,T*>& inmap, const K& key)
template <typename K, typename T>
inline bool is_in_map(const std::map<K,T>& inmap, const K& key)
{
typedef typename std::map<K,T>::const_iterator map_iter;
if(inmap.find(key) == inmap.end())
{
return false;