Skip to content
Commit 795eec5d authored by Karl Rupp's avatar Karl Rupp
Browse files

Visual Studio 2008: Fixed a couple of accidental C++11 features.

std::map<Key, Value>::at() and std::vector<T>::data() was used a couple of times.
stdint.h is not available in C++03, hence needed to be replaced by custom typedefs.
As a result, compilation on VS 2008 failed, as these features are unavailable there.
parent 373f55d6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment