alberthdev / spasm-ng

SPASM-ng is a z80 assembler with extra features to support development for TI calculators.
GNU General Public License v2.0
96 stars 23 forks source link

Remove use of std::binary_function #75

Open tari opened 1 year ago

tari commented 1 year ago

This is unneeded after c++11, and broken from c++17.

Fixes https://github.com/alberthdev/spasm-ng/issues/73