Merge branch 'master' into mapnik-geometry
This commit is contained in:
commit
41aa591878
1 changed files with 2 additions and 4 deletions
|
@ -57,8 +57,7 @@ struct unicode_string : qi::grammar<Iterator, std::string()>
|
|||
|
||||
struct push_utf8
|
||||
{
|
||||
template <typename S, typename C>
|
||||
struct result { typedef void type; };
|
||||
typedef void result_type;
|
||||
|
||||
void operator()(std::string& utf8, uchar code_point) const
|
||||
{
|
||||
|
@ -71,8 +70,7 @@ struct push_utf8
|
|||
|
||||
struct push_esc
|
||||
{
|
||||
template <typename S, typename C>
|
||||
struct result { typedef void type; };
|
||||
typedef void result_type;
|
||||
|
||||
void operator()(std::string& utf8, uchar c) const
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue