CrowCpp / Crow

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

Add compilation with libc++ and libstdc++ in CI (#785) #883

Closed StefanoPetrilli closed 2 months ago

StefanoPetrilli commented 2 months ago

As outlined by #785, using both libc++ and libstdc++ and both clang and gcc will allow catching some more errors. In this pull request I performed the follwoing refactoring of the action:

In addition to these changes I took the opportunity to also remove some stale comments and trailing spaces in the file.