Implemented circular_iterator to reverse also backwards

Reversed const std::string -> std::string const for consistency
Default mirror tempate argument for map transformer
Set embed manifest to false because of after-link errors, sometimes but not always, on VC2005 / Win7 / 64 bits

[SVN r61739]
This commit is contained in:
Barend Gehrels
2010-05-02 21:38:12 +00:00
parent 6078e42285
commit 7380fda632
15 changed files with 111 additions and 75 deletions

View File

@@ -23,7 +23,7 @@
#include <boost/geometry/extensions/gis/io/wkt/read_wkt.hpp>
template <typename C>
void test_linestring(const std::string& wkt, const std::string& expected)
void test_linestring(std::string const& wkt, std::string const& expected)
{
typedef C point_list;
typedef typename C::value_type point;