Dan Albert bf8bc5cd91 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
2014-11-22 10:34:51 -08:00
2014-11-22 10:34:51 -08:00
2012-02-02 08:57:35 -08:00
2014-03-10 17:26:14 -07:00
2012-02-17 10:26:11 -08:00
2012-08-21 16:37:02 +01:00
Description
No description provided
255 MiB
Languages
C++ 88.6%
C 3.3%
Java 3%
Objective-C++ 1.9%
Python 1.9%
Other 1%