+ replace <boost/shared_ptr.hpp> with <memory>

This commit is contained in:
artemp 2013-09-20 14:13:23 +01:00
parent b315eb2167
commit 62af2e6765
53 changed files with 54 additions and 54 deletions

View file

@ -16,7 +16,7 @@
// boost
#include <boost/version.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/make_shared.hpp>
#include <boost/bind.hpp>

View file

@ -23,7 +23,7 @@
// boost
#include <boost/python.hpp>
#include <boost/noncopyable.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/make_shared.hpp>
// mapnik

View file

@ -17,7 +17,7 @@
#include <vector>
#include <boost/concept_check.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/geometry/algorithms/area.hpp>

View file

@ -16,7 +16,7 @@
#include <utility>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/geometry/algorithms/area.hpp>
#include <boost/geometry/algorithms/assign.hpp>

View file

@ -16,7 +16,7 @@
#include <utility>
#include <vector>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/geometry/algorithms/area.hpp>
#include <boost/geometry/algorithms/assign.hpp>

View file

@ -28,7 +28,7 @@
#include <QItemSelection>
#include <iostream>
#include <string>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/scoped_ptr.hpp>
#ifndef Q_MOC_RUN

View file

@ -38,7 +38,7 @@
// boost
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
// fwd declaration to avoid depedence on agg headers
namespace agg { struct trans_affine; }

View file

@ -37,7 +37,7 @@
#include <mapnik/noncopyable.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
// cairo
#include <cairo.h>

View file

@ -23,7 +23,7 @@
#ifndef MAPNIK_CHAR_INFO_HPP
#define MAPNIK_CHAR_INFO_HPP
#include <boost/shared_ptr.hpp>
#include <memory>
namespace mapnik {
struct char_properties;

View file

@ -32,7 +32,7 @@
#include <mapnik/noncopyable.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/optional.hpp>
// stl

View file

@ -30,7 +30,7 @@
#include <mapnik/noncopyable.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
// stl
#include <map>

View file

@ -28,7 +28,7 @@
#include <mapnik/expression_node_types.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
// stl
#include <string>

View file

@ -28,7 +28,7 @@
#include <mapnik/expression_node_types.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
// stl
#include <string>

View file

@ -33,7 +33,7 @@
#include <mapnik/noncopyable.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/ptr_container/ptr_vector.hpp>
// stl

View file

@ -39,7 +39,7 @@
#include <mapnik/pixel_position.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/make_shared.hpp>
#include <boost/ptr_container/ptr_vector.hpp>

View file

@ -29,7 +29,7 @@
#include <mapnik/noncopyable.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/ptr_container/ptr_vector.hpp>
namespace mapnik {

View file

@ -38,7 +38,7 @@
// boost
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
// fwd declaration to avoid depedence on agg headers
namespace agg { struct trans_affine; }

View file

@ -30,7 +30,7 @@
// boost
#include <boost/unordered_map.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/optional.hpp>
#include <boost/interprocess/interprocess_fwd.hpp>

View file

@ -36,7 +36,7 @@
// boost
#include <boost/unordered_map.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/optional.hpp>
#include <boost/make_shared.hpp>

View file

@ -30,7 +30,7 @@
// boost
#include <boost/unordered_map.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/optional.hpp>
namespace mapnik

View file

@ -25,7 +25,7 @@
// boost
#include <boost/variant/variant_fwd.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
// stl
#include <string>

View file

@ -29,7 +29,7 @@
#include <mapnik/noncopyable.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
#ifdef MAPNIK_THREADSAFE
#include <boost/thread/mutex.hpp>
#endif

View file

@ -43,7 +43,7 @@
#include <mapnik/enumeration.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
// stl
#include <vector>

View file

@ -30,7 +30,7 @@
// boost
#include <boost/iterator/iterator_adaptor.hpp>
#include <boost/tuple/tuple.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/make_shared.hpp>
namespace mapnik {

View file

@ -41,7 +41,7 @@
// boost
#include <boost/variant/static_visitor.hpp>
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
// stl
#include <string>

View file

@ -30,7 +30,7 @@
#include <mapnik/simplify.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
// stl
#include <vector>

View file

@ -33,7 +33,7 @@
#include <vector>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
namespace mapnik
{

View file

@ -31,7 +31,7 @@
#include <mapnik/text_placements/dummy.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/make_shared.hpp>
// stl

View file

@ -28,7 +28,7 @@
// boost
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/variant/variant.hpp>
// fusion

View file

@ -35,7 +35,7 @@
// boost
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/geometry/geometries/box.hpp>
#include <boost/geometry/geometries/point_xy.hpp>
#include <boost/geometry/algorithms/area.hpp>

View file

@ -35,7 +35,7 @@
// boost
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
// stl
#include <vector>

View file

@ -31,7 +31,7 @@
// boost
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
// oci
#include "occi_types.hpp"

View file

@ -34,7 +34,7 @@
// boost
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
// stl
#include <vector>
@ -56,7 +56,7 @@ public:
mapnik::box2d<double> envelope() const;
boost::optional<mapnik::datasource::geometry_t> get_geometry_type() const;
mapnik::layer_descriptor get_descriptor() const;
private:
void init(mapnik::parameters const& params);
mapnik::box2d<double> extent_;

View file

@ -34,7 +34,7 @@
// boost
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
// stl
#include <vector>

View file

@ -30,7 +30,7 @@
#include <mapnik/utils.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/make_shared.hpp>
#include <boost/optional.hpp>

View file

@ -36,7 +36,7 @@
// boost
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/scoped_ptr.hpp>
// stl

View file

@ -34,7 +34,7 @@
// boost
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
// stl
#include <vector>

View file

@ -34,7 +34,7 @@
// boost
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
// stl
#include <vector>

View file

@ -35,7 +35,7 @@
// boost
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
// stl
#include <vector>

View file

@ -29,7 +29,7 @@
#include <mapnik/noncopyable.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
#include "dbfile.hpp"
#include "shapefile.hpp"

View file

@ -32,7 +32,7 @@
#include <mapnik/timer.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/make_shared.hpp>
#include <boost/algorithm/string.hpp>

View file

@ -36,7 +36,7 @@
// boost
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
// stl
#include <vector>

View file

@ -30,7 +30,7 @@
// boost
#include <boost/scoped_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
// sqlite
#include "sqlite_resultset.hpp"

View file

@ -31,7 +31,7 @@
#include <mapnik/noncopyable.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
// stl
#include <string.h>

View file

@ -38,7 +38,7 @@
#include <mapnik/util/fs.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/make_shared.hpp>
#include <boost/algorithm/string.hpp>

View file

@ -12,7 +12,7 @@
// boost
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
// stl
#include <string>

View file

@ -31,7 +31,7 @@ extern "C"
}
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/scoped_array.hpp>
#include <boost/iostreams/device/file.hpp>
#include <boost/iostreams/device/array.hpp>

View file

@ -33,7 +33,7 @@
#include "agg_path_length.h"
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/tuple/tuple.hpp>

View file

@ -41,7 +41,7 @@
#include <mapnik/debug_symbolizer.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/make_shared.hpp>
#include <boost/concept_check.hpp>

View file

@ -25,7 +25,7 @@
#include <mapnik/image_reader.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
// iostreams
#include <boost/iostreams/device/file.hpp>

View file

@ -28,7 +28,7 @@
// boost
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/program_options.hpp>
//stl

View file

@ -36,7 +36,7 @@
// boost
#include <boost/cstdint.hpp>
#include <boost/scoped_array.hpp>
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/algorithm/string.hpp>
//stl

View file

@ -22,7 +22,7 @@
#include <mapnik/noncopyable.hpp>
// boost
#include <boost/shared_ptr.hpp>
#include <memory>
#include <boost/variant.hpp>
//sqlite3