Revert "ditch boost/function" - refs #2465
This reverts commit 24052580b9
.
This commit is contained in:
parent
1452c5b92f
commit
6be1eb94c2
1 changed files with 2 additions and 4 deletions
|
@ -31,9 +31,7 @@
|
|||
#include <mapnik/symbolizer_enumerations.hpp>
|
||||
#include <mapnik/util/variant.hpp>
|
||||
#include <boost/functional/value_factory.hpp>
|
||||
|
||||
// stl
|
||||
#include <map>
|
||||
#include <boost/function.hpp>
|
||||
|
||||
namespace mapnik
|
||||
{
|
||||
|
@ -88,7 +86,7 @@ private:
|
|||
Detector &detector,
|
||||
markers_placement_params const& params)
|
||||
{
|
||||
static const std::map<marker_placement_e, std::function<markers_placement(
|
||||
static const std::map<marker_placement_e, boost::function<markers_placement(
|
||||
Locator &locator,
|
||||
Detector &detector,
|
||||
markers_placement_params const& params)>> factories =
|
||||
|
|
Loading…
Reference in a new issue