Commit d6c44c56 by Christian Kern

Correct concept, should be minimal capacity for all queues

parent 2bd00270
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
* <td>\code{.cpp} Queue<Type>(capacity) \endcode</td> * <td>\code{.cpp} Queue<Type>(capacity) \endcode</td>
* <td>Nothing</td> * <td>Nothing</td>
* <td> * <td>
* Constructs a queue with capacity \c capacity that holds elements of * Constructs a queue with minimal capacity \c capacity that holds elements of
* type \c T. * type \c T.
* </td> * </td>
* </tr> * </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment