CrowCpp / Crow

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

Make Crow::port getter const #863

Closed bugdea1er closed 1 month ago

bugdea1er commented 1 month ago

According to the C++ Core Guidelines, all methods should be const where possible

https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#con2-by-default-make-member-functions-const