Modified comment.

This commit is contained in:
jwellbelove 2015-01-20 20:58:40 +00:00
parent 3145c28a1c
commit 384e015d35

View File

@ -44,8 +44,7 @@ SOFTWARE.
namespace etl
{
//*************************************************************************
/// A templated forward_list implementation that uses a fixed size buffer.
/// MAX_SIZE_ elements will be always be constructed.
/// A templated forward_list implementation that uses a fixed size pool.
///\note 'merge' and 'splice_after' and are not supported.
//*************************************************************************
template <typename T, const size_t MAX_SIZE_>