We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba76ac commit 1fd30dbCopy full SHA for 1fd30db
doc/implementation-selection.md
@@ -47,7 +47,7 @@ Inspecting the Detected Implementation
47
You can check what implementation is running with `active_implementation`:
48
49
```c++
50
-cout << "simdjson v" << #SIMDJSON_VERSION << endl;
+cout << "simdjson v" << STRINGIFY(SIMDJSON_VERSION) << endl;
51
cout << "Detected the best implementation for your machine: " << simdjson::active_implementation->name();
52
cout << "(" << simdjson::active_implementation->description() << ")" << endl;
53
```
0 commit comments