OptimoJoe / Optizelle

Optizelle [op-tuh-zel] is an open source software library designed to solve general purpose nonlinear optimization problems.
www.optimojoe.com/products/optizelle
63 stars 13 forks source link

commit on jsoncpp master breaks Optizelle #46

Closed IIlllII closed 8 years ago

IIlllII commented 8 years ago

jsoncpp commit https://github.com/open-source-parsers/jsoncpp/commit/c8a8cfcd4b09ee762a129478f75d3f95f50265c9 goes from ValueConstIterator can convert to ValueIterator to ValueIterator can convert to ValueConstIterator. This breaks Optizelle which relies on the old conversion. ValueConstIterator is backwards compatible with older jsoncpp versions, so this change should not break anything for those with older jsoncpp versions.

josyoun commented 8 years ago

Thanks for catching this! I think everything should be merged both into develop and master now.