bf8bc5cd910a03f4e22ec722b07e5c67823e082b

spreadsort.hpp used a template parameter named `getchar`. In early versions of the NDK (such as the one used by this project), getchar is defined as a macro. For whatever reason, C++11 affects this behavior, so explicitly use the default standard version (gnu++98). Change-Id: I356c2c0886f1c5436732c902a6d22ccfd25bf725
Description
No description provided
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%