Skip to content
Snippets Groups Projects
  • Sam Yates's avatar
    Use library's own version of assert. · e17c1ec5
    Sam Yates authored
    Sidesteps NDEBUG versus assert() issue; EXPECTS macros are
    now enabled via a CMake configuration option -DWITH_ASSERTIONS=ON,
    corresponding to the preprocessor define -DWITH_ASSERTIONS in
    the code itself.
    
    (Note, with assertions enabled, one of the existing tests in
    test_algorithms.cpp aborts.)
    e17c1ec5