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 #ifdef __cpp_lib_bitops when possible #26

Closed sylveon closed 4 years ago

sylveon commented 4 years ago

Once https://github.com/microsoft/STL/pull/795 releases in VS preview, we should remove this https://github.com/sylveon/member_thunk/blob/7797f0cf591c17446b83da8fcaec0eefce588337/include/member_thunk/details/memory.hpp#L60-L64

sylveon commented 4 years ago

Not needed anymore