Skip to content

Instantly share code, notes, and snippets.

@matts1
Created September 1, 2016 12:57
Show Gist options
  • Save matts1/ebcf65a5c697fe8680a964eb22a7aec1 to your computer and use it in GitHub Desktop.
Save matts1/ebcf65a5c697fe8680a964eb22a7aec1 to your computer and use it in GitHub Desktop.
#define NFS_CALLBACK(lambdaptr, ...) void callback(uintptr_t l, ##__VA_ARGS__) \
{std::reinterpret_cast<decltype(lambda*)>(*l)(##__VA_ARGS__)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment