We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e1d557 commit a95d946Copy full SHA for a95d946
src/util/numbering.h
@@ -19,7 +19,7 @@ template <typename T>
19
class numbering:public std::vector<T>
20
{
21
public:
22
- typedef unsigned int number_type;
+ typedef std::size_t number_type;
23
24
number_type number(const T &a)
25
0 commit comments