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.
Loading
Please register or sign in to comment