mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-14 22:07:38 +00:00
Get hyper_function.h compiling on GCC 4.6.
We must avoid the following features: - the `using` syntax for typedefs - alias templates (so, rename `hyper_function` to `function`) - the `override` keyword - defaulted virtual destructors
This commit is contained in:
@@ -72,10 +72,6 @@
|
||||
#define NOLICENSE ISSTEAM
|
||||
#endif
|
||||
|
||||
#ifndef USE_STDFUNCTION
|
||||
#define USE_STDFUNCTION ISSTEAM
|
||||
#endif
|
||||
|
||||
#ifndef CAP_SHADER
|
||||
#define CAP_SHADER CAP_GL
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user