Skip to content

Commit

Permalink
Remove deprecated Sonar cpp:S1448
Browse files Browse the repository at this point in the history
  • Loading branch information
serges147 committed Dec 9, 2024
1 parent 04a7c5b commit 258fdff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c++/cavl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ class Tree final // NOSONAR cpp:S3624
{
public:
/// Helper alias of the compatible node type.
using NodeType = ::cavl::Node<Derived>;
using NodeType = Node<Derived>;
using DerivedType = Derived;

Tree() = default;
Expand Down

0 comments on commit 258fdff

Please sign in to comment.