Fix build
This eliminates a warning about comparison of enum inside RBTree<int> with RBTree<int, true> in tests. Macros don't like commas in template arguments, so a new type is defined.
Please register or sign in to comment
This eliminates a warning about comparison of enum inside RBTree<int> with RBTree<int, true> in tests. Macros don't like commas in template arguments, so a new type is defined.