Skip to content

Commit

Permalink
Updated patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
torrentg committed Apr 26, 2024
1 parent 5332e64 commit 4fc5daf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cqueue.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::copyable T, typename Allocator = std::allocator<T>>
class cqueue {
Expand Down

0 comments on commit 4fc5daf

Please sign in to comment.