Skip to content

Commit 67b105b

Browse files
committed
Remove cppsort::sort and cppsort::stable_sort (#167)
1 parent 18e64d0 commit 67b105b

File tree

8 files changed

+25
-532
lines changed

8 files changed

+25
-532
lines changed

include/cpp-sort/sort.h

Lines changed: 0 additions & 189 deletions
This file was deleted.

include/cpp-sort/stable_sort.h

Lines changed: 0 additions & 192 deletions
This file was deleted.

tests/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,11 @@ add_executable(main-tests
149149
# General utilities tests
150150
is_stable.cpp
151151
rebind_iterator_category.cpp
152-
sort_array.cpp
153152
sorter_facade.cpp
154153
sorter_facade_constexpr.cpp
155154
sorter_facade_defaults.cpp
156155
$<$<NOT:$<CXX_COMPILER_ID:MSVC>>:sorter_facade_fptr.cpp>
157156
sorter_facade_iterable.cpp
158-
stable_sort_array.cpp
159157

160158
# Adapters tests
161159
adapters/container_aware_adapter.cpp

0 commit comments

Comments
 (0)