Added operators == and != for MemberProxy

This commit is contained in:
Benoit Blanchon
2019-07-19 10:21:58 +02:00
parent aba42faf69
commit 7ce1039d7c
4 changed files with 36 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
add_executable(MemberProxyTests
add.cpp
clear.cpp
compare.cpp
containsKey.cpp
remove.cpp
set.cpp