CrowCpp / Crow

A Fast and Easy to use microframework for the web.
https://crowcpp.org
Other
3.3k stars 364 forks source link

`crow::json::rvalue::count` is not marked as const #904

Closed GitSparTV closed 1 month ago

GitSparTV commented 1 month ago

https://github.com/CrowCpp/Crow/blob/210cbfd58130237e1fabb88f070ef633d94d6cc2/include/crow/json.h#L574

The method can be const but it's not.