aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core/Difference.h
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-10-15 06:11:59 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-10-15 06:11:59 +0000
commitd6f26dc8ebca424b5a0ecd583cc7da993be4e8ae (patch)
tree49d60723a702eb9469768cd28a99fa565a905659 /src/Core/Difference.h
parent884a718b0a2faad2e34cd916704cbc6c2a23550e (diff)
clarify the situation with EI_INHERIT_ASSIGNMENT_OPERATORS
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: