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 d690e2e commit ad561dfCopy full SHA for ad561df
include/scl/math/array.h
@@ -135,7 +135,7 @@ class Array final {
135
* This function will attempt to construct a \p T element using \p value, and
136
* then fill all slots with this value.
137
*/
138
- explicit Array(int value) : Array(T{value}) {};
+ explicit Array(int value) : Array(T{value}) {}
139
140
/**
141
* @brief Copy construct an Array from another array.
0 commit comments