stephenberry / glaze

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

Attempt to reduce naming includes #1325

Closed stephenberry closed 1 month ago

stephenberry commented 1 month ago

I think I want to reduce the glz::meta includes for the standard library. However, unlike the changes here, I want to keep them around so users can just include the header if they want the feature.

Also, including these headers is not a significant amount of the compilation time from looking at ftime-trace