We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
performance-no-automatic-move
1 parent 663ce75 commit 0e9df67Copy full SHA for 0e9df67
src/core/jsonschema/jsonschema.cc
@@ -100,7 +100,7 @@ auto sourcemeta::core::identify(
100
return default_id;
101
}
102
103
- const auto result{identify(schema, maybe_base_dialect.value(), default_id)};
+ auto result{identify(schema, maybe_base_dialect.value(), default_id)};
104
105
// A last shot supporting identifiers alongside `$ref` in loose mode
106
if (!result.has_value() && strategy == SchemaIdentificationStrategy::Loose) {
0 commit comments