🚚 remove quotes from filename to fix Windows build

This commit is contained in:
Niels Lohmann 2020-08-13 15:12:41 +02:00
parent dd2fb3b454
commit 298420263b
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
5 changed files with 6 additions and 6 deletions

View File

@ -61,8 +61,8 @@ INSERT INTO searchIndex(name, type, path) VALUES ('operator+=', 'Operator', 'api
INSERT INTO searchIndex(name, type, path) VALUES ('operator=', 'Operator', 'api/basic_json/operator=/index.html');
INSERT INTO searchIndex(name, type, path) VALUES ('operator==', 'Operator', 'api/basic_json/operator==/index.html');
INSERT INTO searchIndex(name, type, path) VALUES ('operator[]', 'Operator', 'api/basic_json/operator[]/index.html');
INSERT INTO searchIndex(name, type, path) VALUES ('operator""_json', 'Literal', 'api/basic_json/operator%22%22_json/index.html');
INSERT INTO searchIndex(name, type, path) VALUES ('operator""_json_pointer', 'Literal', 'api/basic_json/operator%22%22_json_pointer/index.html');
INSERT INTO searchIndex(name, type, path) VALUES ('operator""_json', 'Literal', 'api/basic_json/operator_literal_json/index.html');
INSERT INTO searchIndex(name, type, path) VALUES ('operator""_json_pointer', 'Literal', 'api/basic_json/operator_literal_json_pointer/index.html');
INSERT INTO searchIndex(name, type, path) VALUES ('operator value_t', 'Operator', 'api/basic_json/operator_value_t/index.html');
INSERT INTO searchIndex(name, type, path) VALUES ('ordered_json', 'Class', 'api/ordered_json/index.html');
INSERT INTO searchIndex(name, type, path) VALUES ('ordered_map', 'Class', 'api/ordered_map/index.html');

View File

@ -245,8 +245,8 @@ Access to the JSON value
## Literals
- [**operator""_json**](operator%22%22_json.md) - user-defined string literal for JSON values
- [**operator""_json_pointer**](operator%22%22_json_pointer.md) - user-defined string literal for JSON pointers
- [**operator""_json**](operator_literal_json.md) - user-defined string literal for JSON values
- [**operator""_json_pointer**](operator_literal_json_pointer.md) - user-defined string literal for JSON pointers
## Helper classes

View File

@ -133,8 +133,8 @@ nav:
- api/basic_json/operator==.md
- api/basic_json/operator!=.md
- api/basic_json/operator+=.md
- api/basic_json/operator""_json.md
- api/basic_json/operator""_json_pointer.md
- api/basic_json/operator_literal_json.md
- api/basic_json/operator_literal_json_pointer.md
- api/basic_json/parse.md
- api/basic_json/parse_event_t.md
- api/basic_json/parser_callback_t.md