accosmin / nano

C++ library [machine learning & numerical optimization] - superseeded by libnano
MIT License
1 stars 0 forks source link

Fix all errors reported by sanitizers #95

Closed accosmin closed 8 years ago

accosmin commented 8 years ago

Reproducible with clang++-3.6 and the asan & msan builds.

accosmin commented 8 years ago

Option to compile using libc++: CMAKE_CXX_FLAGS += -stdlib=libc++ CMAKE_LINKER_EXE_FLAGS += -lc++abi