From 10171f81c5e64763b4ee633f70fe6eeb5caa1c9c Mon Sep 17 00:00:00 2001 From: robtor Date: Tue, 14 Nov 2023 21:23:22 +0100 Subject: [PATCH] simple qs --- task2/quicksort_mt.h | 3 +++ third-party/fmt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 task2/quicksort_mt.h diff --git a/task2/quicksort_mt.h b/task2/quicksort_mt.h new file mode 100644 index 0000000..07d4684 --- /dev/null +++ b/task2/quicksort_mt.h @@ -0,0 +1,3 @@ +#include +#include + diff --git a/third-party/fmt b/third-party/fmt index 050d41e..045b05d 160000 --- a/third-party/fmt +++ b/third-party/fmt @@ -1 +1 @@ -Subproject commit 050d41e85760ea7d21de1d4d9fae16219365aa8e +Subproject commit 045b05d79e8c827ea815d765e62d92b879184b41