-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove error messages that can't occur on v7
- Loading branch information
Showing
2 changed files
with
40 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
options: | ||
basicjsondocument: | ||
label: no matching function for call to `BasicJsonDocument::BasicJsonDocument()` | ||
summary: Error says "no matching function for call to `BasicJsonDocument::BasicJsonDocument()`" | ||
page: /v6/compiletime/no-matching-function/basicjsondocument.md | ||
|
||
converttojson: | ||
label: no matching function for call to `convertToJson(...)` | ||
summary: Error says "no matching function for call to `convertToJson(...)`" | ||
page: /v6/compiletime/no-matching-function/converttojson.md | ||
|
||
deserializejson: | ||
label: no matching function for call to `deserializeJson(StaticJsonDocument<200> (&)(), ...)` | ||
summary: Error says "no matching function for call to `deserializeJson(StaticJsonDocument<200> (&)(), ...)`" | ||
page: /v6/compiletime/no-matching-function/deserializejson.md | ||
|
||
unresolved-overloaded-function-type: | ||
label: no matching function for call to `...(<unresolved overloaded function type>)` | ||
summary: Error says "no matching function for call to `...(<unresolved overloaded function type>)`" | ||
page: /v6/compiletime/no-matching-function/unresolved-overloaded-function-type.md | ||
|
||
add-jsonarray: | ||
label: no matching function for call to `...add<JsonArray>()` | ||
summary: Error says "no matching function for call to `...add<JsonArray>()`" | ||
page: /v6/compiletime/no-matching-function/add-jsonarray.md | ||
|
||
add-jsonobject: | ||
label: no matching function for call to `...add<JsonObject>()` | ||
summary: Error says "no matching function for call to `...add<JsonObject>()`" | ||
page: /v6/compiletime/no-matching-function/add-jsonobject.md | ||
|
||
not-in-list: | ||
label: None of the above | ||
summary: The error is not in the list | ||
page: /unknown-error.md | ||
--- | ||
|
||
Which error is it? |