Skip to content
Snippets Groups Projects

Provide library utilities for the three way comparison operator <=>

Merged Simon Praetorius requested to merge feature/three-way-comparison into master
All threads resolved!
Files
7
@@ -7,6 +7,12 @@ link_libraries(Dune::Common)
dune_add_test(SOURCES accessorstest.cc
LABELS quick)
dune_add_test(SOURCES algorithmtest.cc
LABELS quick)
dune_add_test(SOURCES comparetest.cc
LABELS quick)
dune_add_test(SOURCES extentstest.cc
LABELS quick)
Loading