From af1bb1f005bd229fc4e1e62d16184271f7a68397 Mon Sep 17 00:00:00 2001 From: lemire Date: Sat, 7 Dec 2024 17:00:00 +0000 Subject: [PATCH] deploy: e6578fea39786518aa294666b4c30d552bf0c1bf --- error_8h_source.html | 4 ++-- functions_func_w.html | 2 +- functions_w.html | 2 +- navtreeindex4.js | 2 +- search/all_15.js | 2 +- search/functions_15.js | 2 +- structsimdjson_1_1simdjson__error-members.html | 2 +- structsimdjson_1_1simdjson__error.html | 8 ++++---- structsimdjson_1_1simdjson__error.js | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/error_8h_source.html b/error_8h_source.html index 18fe9de3c..9c664fb3f 100644 --- a/error_8h_source.html +++ b/error_8h_source.html @@ -143,7 +143,7 @@ $(document).ready(function(){initNavTree('error_8h_source.html',''); initResizab
78 
82 struct simdjson_error : public std::exception {
87  simdjson_error(error_code error) noexcept : _error{error} { }
-
89  const char *what() const noexcept { return error_message(error()); }
+
89  const char *what() const noexcept override { return error_message(error()); }
91  error_code error() const noexcept { return _error; }
92 private:
94  error_code _error;
@@ -269,7 +269,7 @@ $(document).ready(function(){initNavTree('error_8h_source.html',''); initResizab
@ INSUFFICIENT_PADDING
The JSON doesn't have enough padding for simdjson to safely parse it.
Definition: error.h:47
@ INVALID_JSON_POINTER
Invalid JSON pointer syntax.
Definition: error.h:42
Exception thrown when an exception-supporting simdjson method is called.
Definition: error.h:82
-
const char * what() const noexcept
The error message.
Definition: error.h:89
+
const char * what() const noexcept override
The error message.
Definition: error.h:89
error_code error() const noexcept
The error code.
Definition: error.h:91
simdjson_error(error_code error) noexcept
Create an exception from a simdjson error code.
Definition: error.h:87
The result of a simdjson operation that could fail.
Definition: error.h:215
diff --git a/functions_func_w.html b/functions_func_w.html index f25cff899..6b729898e 100644 --- a/functions_func_w.html +++ b/functions_func_w.html @@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('functions_func_w.html',''); initResiza

- w -

diff --git a/functions_w.html b/functions_w.html index 20a4e0ebf..2b401a615 100644 --- a/functions_w.html +++ b/functions_w.html @@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('functions_w.html',''); initResizable()

- w -

diff --git a/navtreeindex4.js b/navtreeindex4.js index a58f38084..bd99a7d8b 100644 --- a/navtreeindex4.js +++ b/navtreeindex4.js @@ -228,7 +228,7 @@ var NAVTREEINDEX4 = "structsimdjson_1_1padded__string.html#aaf47c9ce732d92bd6e43c035f41338da":[11,0,0,24,6], "structsimdjson_1_1padded__string.html#ac06ec74c78934565cdf50df163d35476":[11,0,0,24,1], "structsimdjson_1_1simdjson__error.html":[11,0,0,6], -"structsimdjson_1_1simdjson__error.html#a73b15aae33a4eef105d0735e03d83a49":[11,0,0,6,2], +"structsimdjson_1_1simdjson__error.html#a2a57ebe2cfb24b519fb1ef0fcf129022":[11,0,0,6,2], "structsimdjson_1_1simdjson__error.html#aa8143615e5f6f02474f6ab165682ab6e":[11,0,0,6,1], "structsimdjson_1_1simdjson__error.html#af5355b65f85b897251b3665086075f39":[11,0,0,6,0], "structsimdjson_1_1simdjson__result.html":[11,0,0,7], diff --git a/search/all_15.js b/search/all_15.js index e0381b4a3..a6869ceca 100644 --- a/search/all_15.js +++ b/search/all_15.js @@ -1,4 +1,4 @@ var searchData= [ - ['what_306',['what',['../structsimdjson_1_1simdjson__error.html#a73b15aae33a4eef105d0735e03d83a49',1,'simdjson::simdjson_error']]] + ['what_306',['what',['../structsimdjson_1_1simdjson__error.html#a2a57ebe2cfb24b519fb1ef0fcf129022',1,'simdjson::simdjson_error']]] ]; diff --git a/search/functions_15.js b/search/functions_15.js index d38482bf4..51d22874c 100644 --- a/search/functions_15.js +++ b/search/functions_15.js @@ -1,4 +1,4 @@ var searchData= [ - ['what_552',['what',['../structsimdjson_1_1simdjson__error.html#a73b15aae33a4eef105d0735e03d83a49',1,'simdjson::simdjson_error']]] + ['what_552',['what',['../structsimdjson_1_1simdjson__error.html#a2a57ebe2cfb24b519fb1ef0fcf129022',1,'simdjson::simdjson_error']]] ]; diff --git a/structsimdjson_1_1simdjson__error-members.html b/structsimdjson_1_1simdjson__error-members.html index 8f39e4968..73b59c61c 100644 --- a/structsimdjson_1_1simdjson__error-members.html +++ b/structsimdjson_1_1simdjson__error-members.html @@ -96,7 +96,7 @@ $(document).ready(function(){initNavTree('structsimdjson_1_1simdjson__error.html - +
error() const noexceptsimdjson::simdjson_errorinline
simdjson_error(error_code error) noexceptsimdjson::simdjson_errorinline
what() const noexceptsimdjson::simdjson_errorinline
what() const noexcept overridesimdjson::simdjson_errorinline
diff --git a/structsimdjson_1_1simdjson__error.html b/structsimdjson_1_1simdjson__error.html index 5c630428d..3a8bcc4fa 100644 --- a/structsimdjson_1_1simdjson__error.html +++ b/structsimdjson_1_1simdjson__error.html @@ -109,10 +109,10 @@ Public Member Functions  simdjson_error (error_code error) noexcept  Create an exception from a simdjson error code. More...
  - -const char * what () const noexcept - The error message.
-  + +const char * what () const noexcept override + The error message.
error_code error () const noexcept  The error code.
diff --git a/structsimdjson_1_1simdjson__error.js b/structsimdjson_1_1simdjson__error.js index 53ce621eb..85e528531 100644 --- a/structsimdjson_1_1simdjson__error.js +++ b/structsimdjson_1_1simdjson__error.js @@ -2,5 +2,5 @@ var structsimdjson_1_1simdjson__error = [ [ "simdjson_error", "structsimdjson_1_1simdjson__error.html#af5355b65f85b897251b3665086075f39", null ], [ "error", "structsimdjson_1_1simdjson__error.html#aa8143615e5f6f02474f6ab165682ab6e", null ], - [ "what", "structsimdjson_1_1simdjson__error.html#a73b15aae33a4eef105d0735e03d83a49", null ] + [ "what", "structsimdjson_1_1simdjson__error.html#a2a57ebe2cfb24b519fb1ef0fcf129022", null ] ]; \ No newline at end of file