using STL string/container to replace QT code#67
using STL string/container to replace QT code#67stonewell wants to merge 7 commits intogoogle:masterfrom
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