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 e0f100b commit 411e4cfCopy full SHA for 411e4cf
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