-
- Downloads
Replaced 'catch (std::out_of_range)' within objectstore/Helpers.cpp with...
Replaced 'catch (std::out_of_range)' within objectstore/Helpers.cpp with 'catch (std::out_of_range &)' in order to avoid the compilation error on newer compilers :catching polymorphic type ‘class std::out_of_range’ by value [-Werror=catch-value=]
Please register or sign in to comment