File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ /* ******************************************************************\
2
+
3
+ Module: Memory units
4
+
5
+ Author: Hannes Steffenhagen
6
+
7
+ \*******************************************************************/
8
+
1
9
#include " memory_units.h"
2
10
3
11
#include < sstream>
Original file line number Diff line number Diff line change
1
+ /* ******************************************************************\
2
+
3
+ Module: Memory units
4
+
5
+ Author: Hannes Steffenhagen
6
+
7
+ \*******************************************************************/
8
+
1
9
#ifndef CPROVER_UTIL_MEMORY_UNITS_H
2
10
#define CPROVER_UTIL_MEMORY_UNITS_H
3
11
@@ -31,7 +39,7 @@ struct memory_sizet
31
39
32
40
private:
33
41
std::size_t bytes;
34
- memory_sizet (std::size_t bytes);
42
+ explicit memory_sizet (std::size_t bytes);
35
43
};
36
44
37
45
#endif // CPROVER_UTIL_MEMORY_UNITS_H
You can’t perform that action at this time.
0 commit comments