Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2016-07-02 18:16:14 +0300
committerKacper Michajłow <kasper93@gmail.com>2016-07-06 22:36:59 +0300
commit1103c8c12381fa67c5a089358a3e70e8569c00e7 (patch)
treefe7722030756224acadcfa53d1149362503c3cfd /src/thirdparty/VirtualDub
parent9ee67482cb19b6f1a006beb580b27ecf2ffe57c4 (diff)
Use /std::c++latest flag.
Diffstat (limited to 'src/thirdparty/VirtualDub')
-rw-r--r--src/thirdparty/VirtualDub/h/vd2/system/VDString.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/thirdparty/VirtualDub/h/vd2/system/VDString.h b/src/thirdparty/VirtualDub/h/vd2/system/VDString.h
index 941ea08a9..88d05706d 100644
--- a/src/thirdparty/VirtualDub/h/vd2/system/VDString.h
+++ b/src/thirdparty/VirtualDub/h/vd2/system/VDString.h
@@ -655,6 +655,8 @@ inline VDStringA operator+(const VDStringA& str, char c) {
return result;
}
+// Start patch MPC-HC
+/*
namespace std {
template<>
struct less<VDStringA> : binary_function<VDStringA, VDStringA, bool> {
@@ -663,6 +665,8 @@ namespace std {
}
};
}
+*/
+// End patch MPC-HC
///////////////////////////////////////////////////////////////////////////