1
0
mirror of https://github.com/wfjm/w11.git synced 2026-01-23 03:17:39 +00:00
wfjm 1620ee3a84 phase-out boost::function,bind
- use std::function instead of boost
- use c++11 lambda instead of boost::bind in most cases
- use std::bind in few cases where this deems more readable
- use move semantics for passing of function objects
2018-12-16 12:24:07 +01:00
..
2016-12-17 16:28:37 +01:00
2018-12-16 12:24:07 +01:00