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 0c5e7bf commit d699f1cCopy full SHA for d699f1c
include/educelab/core/types/Mat.hpp
@@ -26,7 +26,7 @@ class Mat
26
static constexpr std::size_t cols{Cols};
27
28
/** Default constructor */
29
- Mat() { vals_.fill(0); };
+ Mat() { vals_.fill(0); }
30
31
/** @brief Constructor with fill values */
32
template <typename... Args>
0 commit comments