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