mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-10 11:32:15 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user