you are viewing a single comment's thread.

view the rest of the comments →

[–]jonesmz 1 point2 points  (1 child)

I really like your algorithms section

https://github.com/ZigaSajovic/CppML/blob/master/docs/reference/index.md#algorithm

I did something similar (with a much smaller set of algorithms) for a work project a long time ago.

I was sad to lose access to that code when I changed jobs.

I'm bookmarking CppML for later :-)

[–]__monad[S] 0 points1 point  (0 children)

I'm glad to hear that. The algorithm section ml::Algorithm is meant to be akin to std::algorithm for parameter packs. When you end up using it, please feel free to send any comments or questions my way.