mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-29 22:08:45 +08:00
Modified comment.
This commit is contained in:
parent
3145c28a1c
commit
384e015d35
@ -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_>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user