summaryrefslogtreecommitdiff
path: root/queue.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2013-01-19 02:20:00 +0000
committerweidai <weidai11@users.noreply.github.com>2013-01-19 02:20:00 +0000
commit2fb44ea6db0df2bdc626c3028635ae41a2ef9f62 (patch)
tree0489fdbd8b1c5c6f87537d4136dcf1afeecb0bd8 /queue.h
parent60a5ab4e66722e3ec2db18bfed836a0f0c718c81 (diff)
downloadcryptopp-git-2fb44ea6db0df2bdc626c3028635ae41a2ef9f62.tar.gz
add SHA-3
update DSA to FIPS 186-3 update version numbers
Diffstat (limited to 'queue.h')
-rw-r--r--queue.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/queue.h b/queue.h
index 75f7807f..ab89dbdf 100644
--- a/queue.h
+++ b/queue.h
@@ -58,6 +58,7 @@ public:
ByteQueue & operator=(const ByteQueue &rhs);
bool operator==(const ByteQueue &rhs) const;
+ bool operator!=(const ByteQueue &rhs) const {return !operator==(rhs);}
byte operator[](lword i) const;
void swap(ByteQueue &rhs);