Releases: SubstituteR/MoarPtr
Releases · SubstituteR/MoarPtr
3.2
- #13 which resolves #11
- Update T* to use
std::add_pointer_twhich ensures reference types are handled better. - Make calling convention defines available project-wide.
- Add new specializations to enable more native syntax
function_ptr<void __stdcall()>is now valid for stdcall, as are all the other conventions and variadic functions. - Add new helper,
is_calling_convention_activeto determine if a calling convention is active for a specific architecture. - Clean up various smaller warnings.
v3.1
Move namespaces into their own classes, additional code clean up.
v3
This library is finally at a spot where I feel comfortable releasing it for public testing.
This is the third major iteration of this library, but the first published version.