v2.0.0
What's Changed
- Add support for C++14 by @pavel-kirienko in #7
- Extended return type of
search
withstd::tuple<Derived*, bool>
method. by @serges147 in #8 - Fixed
remove
method to acceptnullptr
node. by @serges147 in #9 - micro fix by adding
std::
beforeint8_t
type. by @serges147 in #10
New Contributors
- @serges147 made their first contribution in #8
Full Changelog: 1.1.1...2.0.0