aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core/Difference.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/Difference.h')
-rw-r--r--src/Core/Difference.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Core/Difference.h b/src/Core/Difference.h
index 6184090fc..9800bdcd6 100644
--- a/src/Core/Difference.h
+++ b/src/Core/Difference.h
@@ -47,6 +47,7 @@ template<typename Lhs, typename Rhs> class Difference
Difference(const Difference& other)
: m_lhs(other.m_lhs), m_rhs(other.m_rhs) {}
+ // assignments are illegal but we still want to intercept them and get clean compile errors
EI_INHERIT_ASSIGNMENT_OPERATORS(Difference)
private: