drogonframework / drogon

Drogon: A C++14/17/20 based HTTP web application framework running on Linux/macOS/Unix/Windows
MIT License
11.62k stars 1.12k forks source link

Drop C++14 Support #1589

Closed ken-matsui closed 1 year ago

ken-matsui commented 1 year ago

IMO, there is no need to provide further support for C++14 like cpr has already mandated the use of C++17 for its building requirements.

https://github.com/libcpr/cpr/releases/tag/1.9.0

Expected Outcome

Expected Drawbacks

Tasks


Related: https://github.com/drogonframework/drogon/pull/1331#issuecomment-1199819795

formbook commented 1 year ago

please

ken-matsui commented 1 year ago

https://github.com/drogonframework/drogon/pull/1740