mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Fixed issue with incorrect using statement
This commit is contained in:
parent
41af1e4d21
commit
fb86292d80
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user