summaryrefslogtreecommitdiff
path: root/secblock.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-04-09 01:44:18 -0400
committerJeffrey Walton <noloader@gmail.com>2021-04-09 01:44:18 -0400
commit388ff89b5c2300ab67e62dfed8a93bf0b3d48a19 (patch)
tree2cc781d1efe0cd8ee7ab67fa7b5905efb41bd6ca /secblock.h
parentd6799a69846f585e9560576157812feb6eefe3fe (diff)
downloadcryptopp-git-388ff89b5c2300ab67e62dfed8a93bf0b3d48a19.tar.gz
Update documentation
Diffstat (limited to 'secblock.h')
-rw-r--r--secblock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/secblock.h b/secblock.h
index 08f7df02..09696517 100644
--- a/secblock.h
+++ b/secblock.h
@@ -903,7 +903,7 @@ public:
/// \details If the memory block is reduced in size, then the reclaimed
/// memory is set to 0. If an assignment occurs, then Assign() resets
/// the element count after the previous block is zeroized.
- /// \since TODO... (not in 5.0)
+ /// \since Crypto++ 6.0
void Assign(size_type count, T value)
{
New(count);