fffaraz / awesome-cpp

A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
http://fffaraz.github.io/awesome-cpp/
MIT License
59.15k stars 7.79k forks source link

Remove header-only from Catch2 description #1336

Closed pcewing closed 1 year ago

pcewing commented 1 year ago

As of May 17, 2022, the latest major release of Catch2 (v3) is no longer a header-only library. See:

https://github.com/catchorg/Catch2#catch2-v3-has-been-released

v3 brings a bunch of significant changes, the big one being that Catch2 is no longer a single-header library. Catch2 now behaves as a normal library, with multiple headers and separately compiled implementation.

pcewing commented 1 year ago

Would someone mind merging this? Looks like I can't do it myself