-
Notifications
You must be signed in to change notification settings - Fork 1.1k
using STL string/container to replace QT code #67
base: master
Are you sure you want to change the base?
Conversation
… container insert/erase
👍 ... did you see this https://github.com/leutloff/diff-match-patch-cpp-stl/blob/aee799a31d08977b166fb19cad794730717e3304/README.md#diff-match-patch-cpp-stl too? |
Thanks, his STL port more like a rewrite, my port just remove the QT dependency:) |
https://github.com/QuentinFiard/diff_match_patch, this one do same thing as my work, I should search more before jump in |
@stonewell both are inactive and a tad old... (this is other fork of the port your found is a tad more advanced... https://github.com/udif/diff_match_patch ) BUT you are active! |
+1 |
std::variant is C++17, C++11 would be nice |
using STL string/container to replace QT code, add Make file and all tests passed