Preparing new patch release. (#1048)

This commit is contained in:
Daniel Lemire
2020-07-17 15:17:12 -04:00
committed by GitHub
parent 74870a8189
commit 88374a416f
7 changed files with 10 additions and 12 deletions
+1 -2
View File
@@ -1,4 +1,4 @@
/* auto-generated on Wed Jul 1 14:00:57 EDT 2020. Do not edit! */
/* auto-generated on Fri Jul 17 14:52:28 EDT 2020. Do not edit! */
/* begin file src/simdjson.cpp */
#include "simdjson.h"
@@ -520,7 +520,6 @@ private:
const detect_best_supported_implementation_on_first_use detect_best_supported_implementation_on_first_use_singleton;
internal::atomic_ptr<const implementation> active_implementation{&internal::detect_best_supported_implementation_on_first_use_singleton};
const std::initializer_list<const implementation *> available_implementation_pointers {
#if SIMDJSON_IMPLEMENTATION_HASWELL