diff options
| author | Josh Ferrell <josh@vector35.com> | 2024-12-04 15:05:08 -0500 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2024-12-16 15:16:49 -0500 |
| commit | 6d93e8319411fca2c0d67e7ab29d135f5348328c (patch) | |
| tree | c5d61e2084eb251673006fc72cbe8346e0636931 /vendor/dtl/README.md | |
| parent | 8ea98cab89afb0c14073141f30203486d1333b07 (diff) | |
Update dependencies and fix compilation errors/warnings for g++14 and c++20
Diffstat (limited to 'vendor/dtl/README.md')
| -rw-r--r-- | vendor/dtl/README.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vendor/dtl/README.md b/vendor/dtl/README.md index 6af7bf30..4a8ee208 100644 --- a/vendor/dtl/README.md +++ b/vendor/dtl/README.md @@ -1,7 +1,5 @@ # dtl -[](https://travis-ci.org/cubicdaiya/dtl) - `dtl` is the diff template library written in C++. The name of template is derived C++'s Template. # Table of contents @@ -253,7 +251,7 @@ dtl::Diff<elem, sequence> d(A, B); d.compose(); d.composeUnifiedHunks() string s1(A); -string s2 = d.UniPatch(s1); +string s2 = d.uniPatch(s1); ``` When the above code is run, s2 becomes "abd". |
