stephenberry / glaze

Extremely fast, in memory, JSON and interface library for modern C++
MIT License
1.13k stars 113 forks source link

Removed data_ptr function #1320

Closed stephenberry closed 6 days ago

stephenberry commented 6 days ago

Removes the data_ptr wrapper function, which hid a reinterpret cast and was unnecessary.