diff --git a/cqueue.hpp b/cqueue.hpp index 6f25810..ccea4b9 100644 --- a/cqueue.hpp +++ b/cqueue.hpp @@ -21,7 +21,9 @@ namespace gto { * @see https://en.wikipedia.org/wiki/Circular_buffer * @see https://github.com/torrentg/cqueue * @note This class is not thread-safe. - * @version 1.0.3 + * @version 1.0.5 + * @tparam T Items type. + * @tparam Allocator Allocator. */ template> class cqueue {