Martyn Russell

Results 2 issues of Martyn Russell

At line 119 of _https://github.com/fragglet/c-algorithms/blob/master/src/avl-tree.h_, there is a function pointer for **AVLTreeCompareFunc** declared. The declaration is: ``` typedef int (*AVLTreeCompareFunc)(AVLTreeValue value1, AVLTreeValue value2); ``` But the documentation (and code) shows...

### Description I'm tring to use xerces-c with with Conan 2.0 within CMake using conan-io/cmake-conan (https://github.com/conan-io/cmake-conan/tree/develop2). This is working for a bunch of other libraries, but when I try to...

bug