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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user