Created
March 15, 2012 23:38
-
-
Save Bigcheese/2047674 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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