mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
Revert "ditch boost/function" - refs #2465
This reverts commit 24052580b951f1d58a5a0edaf81572b3e8267836.
This commit is contained in:
parent
1452c5b92f
commit
6be1eb94c2
@ -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…
x
Reference in New Issue
Block a user