Skip to content

Releases: SubstituteR/MoarPtr

3.2

08 Jun 07:55
111e103

Choose a tag to compare

  1. #13 which resolves #11
  2. Update T* to use std::add_pointer_t which ensures reference types are handled better.
  3. Make calling convention defines available project-wide.
  4. 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.
  5. Add new helper, is_calling_convention_active to determine if a calling convention is active for a specific architecture.
  6. Clean up various smaller warnings.

v3.1

10 Mar 06:36

Choose a tag to compare

Move namespaces into their own classes, additional code clean up.

v3

04 Feb 07:33
76f2d87

Choose a tag to compare

v3 Pre-release
Pre-release

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.