Example #1
0
// expression
expression_ptr parse_expression_(std::string const& wkt)
{
    return parse_expression(wkt,"utf8");
}