Fix erroneous size check in Biggie's Node::_begin() function

XMLWordPrintableJSON

    • Fully Compatible
    • ALL
    • Execution Team 2020-06-29, Execution Team 2020-07-13
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      We check if the Node's children array is empty here. But because we pre-allocated 256 slots in the std::array here, the call to empty() will always return false. We should fix this to return nullptr appropriately and add a unit test when there are no children.

              Assignee:
              Bynn Lee
              Reporter:
              Gregory Wlodarek
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: