Skip to content

Commit 49189e1

Browse files
Removing type from simdjson::from
1 parent a2eaa19 commit 49189e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppcon2025/cppcon_2025_slides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ Just two functions. Infinite possibilities.
471471

472472
```cpp
473473
simdjson::to_json(object) // → JSON string
474-
simdjson::from<T>(json) // → T object
474+
simdjson::from(json) // → T object
475475
```
476476
477477
That's it.

0 commit comments

Comments
 (0)