Marek Kurdej
Marek Kurdej
Revision URI: https://reviews.llvm.org/D123676 @ksyx, thanks for the analysis!
I may just suggest trying out standardese (https://github.com/foonathan/standardese). It's more or less Doxygen-like, but thought throughout for modern C++ (including TMP). I've tried it on toy projects only, nothing of...
@Morwenn, that looks like nice optimizations for `lis_length`. Especially space reduction in the average case seems very promising. Some people might be interested in lowering requirements to forward iterators too....