OSDN Git Service

Use std::bind instead of boost::bind
authorsdottaka <sdottaka@users.sourceforge.net>
Sun, 9 Aug 2015 01:20:20 +0000 (10:20 +0900)
committersdottaka <sdottaka@users.sourceforge.net>
Sun, 9 Aug 2015 01:20:20 +0000 (10:20 +0900)
commit36795a275f27cb76c4008ff8054c4d015e10ee3d
treec1adc16e4f82ec342bea29938d835fdf92ee845a
parent674bf908e9fefcf3be7091d9341460dcfb71a687
Use std::bind instead of boost::bind
19 files changed:
Externals/boost/boost/bind.hpp [deleted file]
Externals/boost/boost/bind/arg.hpp [deleted file]
Externals/boost/boost/bind/bind.hpp [deleted file]
Externals/boost/boost/bind/bind_cc.hpp [deleted file]
Externals/boost/boost/bind/bind_mf2_cc.hpp [deleted file]
Externals/boost/boost/bind/bind_mf_cc.hpp [deleted file]
Externals/boost/boost/bind/bind_template.hpp [deleted file]
Externals/boost/boost/bind/mem_fn.hpp [deleted file]
Externals/boost/boost/bind/mem_fn_cc.hpp [deleted file]
Externals/boost/boost/bind/mem_fn_template.hpp [deleted file]
Externals/boost/boost/bind/mem_fn_vw.hpp [deleted file]
Externals/boost/boost/bind/placeholders.hpp [deleted file]
Externals/boost/boost/bind/storage.hpp [deleted file]
Externals/boost/boost/get_pointer.hpp [deleted file]
Externals/boost/boost/is_placeholder.hpp [deleted file]
Externals/boost/boost/mem_fn.hpp [deleted file]
Externals/boost/boost/type.hpp [deleted file]
Externals/boost/boost/visit_each.hpp [deleted file]
Src/DirView.cpp