Skip to content

Commit f6ebcb2

Browse files
author
Steve Hanson
committed
fix Uri.Match optional arg
1 parent 3df804c commit f6ebcb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rapidjson/uri.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class GenericUri {
134134
return !Match(rhs, true);
135135
}
136136

137-
bool Match(const GenericUri& uri, bool full) const {
137+
bool Match(const GenericUri& uri, bool full = true) const {
138138
Ch* s1;
139139
Ch* s2;
140140
if (full) {

0 commit comments

Comments
 (0)