Merge branch 'proj6' of https://github.com/mapnik/mapnik into cmake-support
This commit is contained in:
commit
0ab47e1fc6
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ struct ignore_case_equal_pred
|
||||||
bool ignore_case_equal(std::string const& s0, std::string const& s1)
|
bool ignore_case_equal(std::string const& s0, std::string const& s1)
|
||||||
{
|
{
|
||||||
return std::equal(s0.begin(), s0.end(),
|
return std::equal(s0.begin(), s0.end(),
|
||||||
s1.begin(), ignore_case_equal_pred());
|
s1.begin(), s1.end(), ignore_case_equal_pred());
|
||||||
}
|
}
|
||||||
|
|
||||||
void csv_file_parser::add_feature(mapnik::value_integer, mapnik::csv_line const & )
|
void csv_file_parser::add_feature(mapnik::value_integer, mapnik::csv_line const & )
|
||||||
|
|
Loading…
Reference in a new issue