summaryrefslogtreecommitdiff
path: root/secblock.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-08-28 21:27:48 -0400
committerJeffrey Walton <noloader@gmail.com>2018-08-28 21:27:48 -0400
commitaa45eca5615a737c168528a50d000ab8d2f93cb6 (patch)
treea821cae53c5a470ff11070458baf204efb0531df /secblock.h
parenta77f529ec2dd47d5a3208dc9bb8b8cff2021c628 (diff)
downloadcryptopp-git-aa45eca5615a737c168528a50d000ab8d2f93cb6.tar.gz
Clear documentation warning due to specialization
The specialization pivoted on T_Align16 so it is not longer a template parameter
Diffstat (limited to 'secblock.h')
-rw-r--r--secblock.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/secblock.h b/secblock.h
index 40fe51ac..a9e350a6 100644
--- a/secblock.h
+++ b/secblock.h
@@ -331,8 +331,6 @@ class FixedSizeAllocatorWithCleanup : public AllocatorBase<T>
/// \brief Static secure memory block with cleanup
/// \tparam T class or type
/// \tparam S fixed-size of the stack-based memory block, in elements
-/// \tparam T_Align16 boolean that determines whether allocations should
-/// be aligned on a 16-byte boundary
/// \details FixedSizeAllocatorWithCleanup provides a fixed-size, stack-
/// based allocation at compile time. The class can grow its memory
/// block at runtime if a suitable allocator is available. If size
@@ -527,8 +525,6 @@ private:
/// \brief Static secure memory block with cleanup
/// \tparam T class or type
/// \tparam S fixed-size of the stack-based memory block, in elements
-/// \tparam T_Align16 boolean that determines whether allocations should
-/// be aligned on a 16-byte boundary
/// \details FixedSizeAllocatorWithCleanup provides a fixed-size, stack-
/// based allocation at compile time. The class can grow its memory
/// block at runtime if a suitable allocator is available. If size