We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfd21e commit 30fcc22Copy full SHA for 30fcc22
1 file changed
src/backend/decayrange.h
@@ -6,7 +6,7 @@
6
7
namespace snmalloc
8
{
9
- template<typename Rep>
+ template<SNMALLOC_CONCEPT(RBRep) Rep>
10
class RepList
11
12
uintptr_t head = 0;
@@ -71,7 +71,7 @@ namespace snmalloc
71
* The primary use case is single-threaded access, where other threads
72
* can attempt to steal all the values.
73
*/
74
75
class RepStack
76
77
static constexpr auto empty = RepList<Rep>{};
0 commit comments