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 08fb0c4 commit 8387cb3Copy full SHA for 8387cb3
src/simplnx/Common/Aliases.hpp
@@ -6,5 +6,5 @@
6
7
namespace nx::core
8
{
9
-using ShapeType = typename std::vector<usize>;
+using ShapeType = std::vector<usize>;
10
}
0 commit comments