Skip to content

Commit a4daad6

Browse files
committed
Nit, default lb init with 0
1 parent 99deebd commit a4daad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/numeric_range.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ template<typename T>
3232
class NumericRange
3333
{
3434
public:
35-
T lb;
35+
T lb = 0;
3636
bool lb_inclusive = true;
3737
T ub = 0;
3838
bool ub_inclusive = true;

0 commit comments

Comments
 (0)