Skip to content

Commit

Permalink
Fix template-id-cdtor warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Feb 20, 2024
1 parent 99fde4c commit 4e0e945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scalar_array.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ template<typename T> class ScalarArray {
}
private:
/// Disallow the copy
Vector<T>(const Vector<T>& o);
Vector(const Vector<T>& o);
};

} // end namespace hmat
Expand Down

0 comments on commit 4e0e945

Please sign in to comment.