wwylele / teakra

DSi/3DS DSP emulator, disassembler, assembler, and tester
MIT License
76 stars 19 forks source link

std::move callback functions where applicable #20

Closed lioncash closed 5 years ago

lioncash commented 5 years ago

Avoids potentially unnecessary reallocations that could otherwise occur when copying a std::function instance.