Lehks / NostraUtils

A Utility Library for the Nostra Game Engine.
MIT License
6 stars 0 forks source link

HashMap::get() has paths that do not contain a return statement #17

Closed Lehks closed 6 years ago

Lehks commented 6 years ago

File: dat_alg/HashMap.hpp Line: 177/166 Function: HashMap::get(...)

In the case that the function does not find a value to return, it does not return anything (the return statement is missing) and only an error is getting set.

LeslieM98 commented 6 years ago

May returns incorrect values or non existing Values