1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-26 10:09:44 +00:00
Files
hyperrogue/hyper_function.h
Arthur O'Dwyer ac37e5c000 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
2019-02-10 15:54:58 -05:00

1.7 KiB