Skip to content

Instantly share code, notes, and snippets.

@Bigcheese
Created March 15, 2012 23:38
Show Gist options
  • Save Bigcheese/2047674 to your computer and use it in GitHub Desktop.
Save Bigcheese/2047674 to your computer and use it in GitHub Desktop.
std::stable_sort(Symbs.begin(), Symbs.end(), static_cast<bool(*)(const llvm::object::coff_symbol*, const llvm::object::coff_symbol*)>([](const llvm::object::coff_symbol *A, const llvm::object::coff_symbol *B) -> bool {
// code...
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment