Skip to content

Commit 1fd30db

Browse files
lemireDaniel Lemire
and
Daniel Lemire
authored
This example in our documentation would not compile (simdjson#1005)
Co-authored-by: Daniel Lemire <[email protected]>
1 parent 0ba76ac commit 1fd30db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/implementation-selection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Inspecting the Detected Implementation
4747
You can check what implementation is running with `active_implementation`:
4848

4949
```c++
50-
cout << "simdjson v" << #SIMDJSON_VERSION << endl;
50+
cout << "simdjson v" << STRINGIFY(SIMDJSON_VERSION) << endl;
5151
cout << "Detected the best implementation for your machine: " << simdjson::active_implementation->name();
5252
cout << "(" << simdjson::active_implementation->description() << ")" << endl;
5353
```

0 commit comments

Comments
 (0)