summaryrefslogtreecommitdiff
path: root/multimedia/mkvtoolnix/files/patch-src_common_strings_editing.h
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/mkvtoolnix/files/patch-src_common_strings_editing.h')
-rw-r--r--multimedia/mkvtoolnix/files/patch-src_common_strings_editing.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/mkvtoolnix/files/patch-src_common_strings_editing.h b/multimedia/mkvtoolnix/files/patch-src_common_strings_editing.h
deleted file mode 100644
index 46f2d2be90ff..000000000000
--- a/multimedia/mkvtoolnix/files/patch-src_common_strings_editing.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/common/strings/editing.h.orig 2019-06-22 10:06:04 UTC
-+++ src/common/strings/editing.h
-@@ -29,7 +29,7 @@ inline std::vector<std::string>
- split(std::string const &text,
- std::string const &pattern = ",",
- size_t max = 0) {
-- return split(text, boost::regex("\\Q"s + pattern, boost::regex::perl), max);
-+ return ::split(text, boost::regex("\\Q"s + pattern, boost::regex::perl), max);
- }
-
- void strip(std::string &s, bool newlines = false);