Clear documentation warning due to specialization

The specialization pivoted on T_Align16 so it is not longer a template parameter
This commit is contained in:
Jeffrey Walton 2018-08-28 21:27:48 -04:00
parent a77f529ec2
commit aa45eca561
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -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