We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90cc141 commit 1e4aa11Copy full SHA for 1e4aa11
src/implementation.cpp
@@ -58,8 +58,6 @@ class detect_best_supported_implementation_on_first_use final : public implement
58
59
const detect_best_supported_implementation_on_first_use detect_best_supported_implementation_on_first_use_singleton;
60
61
-internal::atomic_ptr<const implementation> active_implementation{&internal::detect_best_supported_implementation_on_first_use_singleton};
62
-
63
const std::initializer_list<const implementation *> available_implementation_pointers {
64
#if SIMDJSON_IMPLEMENTATION_HASWELL
65
&haswell_singleton,
0 commit comments