sylveon / member_thunk

Dynamically creates executable code to allow C callbacks to call C++ member functions without the need for a user data parameter
MIT License
13 stars 2 forks source link

Remove workaround for bug #28

Closed sylveon closed 4 years ago

sylveon commented 4 years ago

There currently is a workaround for https://github.com/microsoft/STL/issues/1183 here:

https://github.com/sylveon/member_thunk/blob/83057fce4139e974e699d58d973d92f6323a1a11/include/member_thunk/details/thunk/thunk.impl.x64.hpp#L22-L24

It should be removed when possible