mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-03 02:25:57 +08:00
Fixed issue with incorrect using statement
This commit is contained in:
@@ -151,7 +151,7 @@ class BinaryTree {
|
||||
* @namespace tests
|
||||
*/
|
||||
namespace tests {
|
||||
using operations_on_datastructures::reverse_binary_tree;
|
||||
using operations_on_datastructures::reverse_binary_tree::BinaryTree;
|
||||
void test1() {
|
||||
BinaryTree bst;
|
||||
bst.add(5);
|
||||
|
||||
Reference in New Issue
Block a user