8000 Make parse_structurals inline · JavaScriptExpert/simdjson@460cfca · GitHub
[go: up one dir, main page]

Skip to content

Commit 460cfca

Browse files
committed
Make parse_structurals inline
1 parent 8e69103 commit 460cfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generic/stage2/structural_parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ struct structural_parser : structural_iterator {
294294
}; // struct structural_parser
295295

296296
template<bool STREAMING>
297-
WARN_UNUSED static error_code parse_structurals(dom_parser_implementation &dom_parser, dom::document &doc) noexcept {
297+
WARN_UNUSED static really_inline error_code parse_structurals(dom_parser_implementation &dom_parser, dom::document &doc) noexcept {
298298
dom_parser.doc = &doc;
299299
stage2::structural_parser parser(dom_parser, STREAMING ? dom_parser.next_structural_index : 0);
300300
error_code result = parser.start();

0 commit comments

Comments
 (0)
0