We currently have one file left in src/search/ext which is a backport of std::optional<T>. Now that we use C++ 20, it should be easily possible to replace the single remaining use of the backport by the real deal. This would then allow us to get rid of ext and simplify the CMake setup slightly.
|