2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-27 05:02:19 +00:00

Remove uses of Boost.Bind and Boost.Lambda (#212)

Replace with std::bind and C++11 lambda functions.
The two Boost libraries should no longer be a direct
dependency of Boost.GIL.
This commit is contained in:
Mateusz Loskot
2019-01-13 02:03:25 +01:00
committed by GitHub
parent a2b2ca977a
commit 78b7dcfeca
9 changed files with 40 additions and 26 deletions

View File

@@ -11,8 +11,7 @@
#endif
#include <boost/gil/extension/dynamic_image/dynamic_image_all.hpp>
#include <boost/lambda/bind.hpp>
#include <boost/lambda/lambda.hpp>
#include <boost/mpl/vector.hpp>
#include <boost/test/unit_test.hpp>