Skip to content

Commit 0c0ce8c

Browse files
committed
Update dependencies
1 parent 55475b1 commit 0c0ce8c

File tree

6 files changed

+4
-7
lines changed

6 files changed

+4
-7
lines changed

dependencies/numeric-traits

dependencies/operators

test/benchmark.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
// (See accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)
55

6-
#include <std_module/prelude.hpp>
7-
86
#if defined NDEBUG
97
#define CONCURRENT_NDEBUG_WAS_DEFINED NDEBUG
108
#undef NDEBUG

test/queue.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// (See accompanying file LICENSE_1_0.txt or copy at
44
// http://www.boost.org/LICENSE_1_0.txt)
55

6-
#include <std_module/prelude.hpp>
76
#include <catch2/catch_test_macros.hpp>
87

98
import concurrent.queue;

0 commit comments

Comments
 (0)