6 lines
261 B
Plaintext
6 lines
261 B
Plaintext
* Make all tests pass on all platforms
|
|
* Pass the events to the emitter, avoid allocations for the map and the handlers (use an std::tuple<handler<T>...>)
|
|
* Reduce compile-time, use clang ftime and whatnot
|
|
* add iwyu and clean up everything
|
|
* Allocator support
|