Version
3.5-323
Branch
master
Date
11 years, 2 months ago
Windows x64 Windows x86
Commit
b7d32b0a3d810736b2e1151d6d8b9da85ebfbcf3
Change author
Lioncash
Change description
mem_fun -> mem_fn.

mem_fun is deprecated in C++11. Also it does everything mem_fun can do, but more conveniently.