Added operators == and != for MemberProxy

This commit is contained in:
Benoit Blanchon
2019-07-19 10:27:03 +02:00
parent 7ce1039d7c
commit 795e37278f
4 changed files with 38 additions and 1 deletions

View File

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