We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88bcdf commit bc08eeaCopy full SHA for bc08eea
CHANGELOG
@@ -1,3 +1,6 @@
1
+# v1.2.3 - unreleased
2
+- Add limits header
3
+
4
# v1.2.2 - 2026-01-10
5
- Rename repository from slick_queue to slick-queue (hyphenated naming follows recommended convention)
6
- Refactor repository name in CMake configuration files
include/slick/queue.h
@@ -34,6 +34,7 @@
34
#include <fcntl.h>
35
#include <unistd.h>
36
#include <cerrno>
37
+#include <limits>
38
#endif
39
40
namespace slick {
0 commit comments