Skip to content

Commit

Permalink
Fix doc comment for pool::allocate() (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmichaelk committed Jul 14, 2024
1 parent bb71b60 commit 744d54c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/etl/pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ namespace etl

//*************************************************************************
/// Allocate an object from the pool.
/// Uses the default constructor.
/// If asserts or exceptions are enabled and there are no more free items an
/// etl::pool_no_allocation if thrown, otherwise a null pointer is returned.
/// Static asserts if the specified type is too large for the pool.
Expand Down

0 comments on commit 744d54c

Please sign in to comment.