Skip to content

Commit be7cd18

Browse files
committed
Disable concepts for now.
1 parent 48ec3a4 commit be7cd18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/snmalloc/ds_core/concept.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
* C++ versions: "template<SNMALLOC_CONCEPT(FooConcept) Foo>"
1313
*/
1414
#ifdef __cpp_concepts
15-
# define SNMALLOC_CONCEPT(c) c
15+
// # define SNMALLOC_CONCEPT(c) c
16+
# define SNMALLOC_CONCEPT(c) typename
1617
#else
1718
# define SNMALLOC_CONCEPT(c) typename
1819
#endif

0 commit comments

Comments
 (0)