We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ec3a4 commit be7cd18Copy full SHA for be7cd18
src/snmalloc/ds_core/concept.h
@@ -12,7 +12,8 @@
12
* C++ versions: "template<SNMALLOC_CONCEPT(FooConcept) Foo>"
13
*/
14
#ifdef __cpp_concepts
15
-# define SNMALLOC_CONCEPT(c) c
+// # define SNMALLOC_CONCEPT(c) c
16
+# define SNMALLOC_CONCEPT(c) typename
17
#else
18
# define SNMALLOC_CONCEPT(c) typename
19
#endif
0 commit comments