Allow compilation with global C++11.

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
1 file changed
tree: 95fa9e0f3118753eba16134120389aa4fa8d73a9
  1. src/
  2. test/
  3. android-webrtc.mk
  4. Android.mk
  5. MODULE_LICENSE_BSD
  6. NOTICE
  7. TODO