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 04c9f15 commit bbbd9abCopy full SHA for bbbd9ab
data_structures/queue_using_array.cpp
@@ -18,7 +18,7 @@
18
* @author [Farbod Ahmadian](https://github.com/farbodahm)
19
*/
20
#include <array> /// for std::array
21
-#include <cstdint> /// for integral typedefs
+#include <cstdint>
22
#include <iostream> /// for io operations
23
24
constexpr uint16_t max_size{10}; ///< Maximum size of the queue
0 commit comments