Patrick Spettel
Results
1
issues of
Patrick Spettel
Hi, I noticed a minor inconsistency in the build. In the `CMakeLists.txt`, CMAKE_CXX_STANDARD is set to 14: https://github.com/MIT-SPARK/TEASER-plusplus/blob/111e2ce81aa8c25fad66fcd1feecb758e1c76281/CMakeLists.txt#L4 But in `graph.h`, `[[nodiscard]]`, which is a C++17 feature (https://en.cppreference.com/w/cpp/language/attributes/nodiscard), is used...