backend_concept: fix typo in IsWritablePagemapWithRegister
This commit is contained in:
committed by
Nathaniel Filardo
parent
c084157cc9
commit
6ca39403bf
@@ -81,7 +81,7 @@ namespace snmalloc
|
||||
*/
|
||||
template<typename Pagemap>
|
||||
concept IsWritablePagemapWithRegister =
|
||||
IsReadablePagemap<Pagemap>&& IsPagemapWithRegister<Pagemap>;
|
||||
IsWritablePagemap<Pagemap>&& IsPagemapWithRegister<Pagemap>;
|
||||
|
||||
/**
|
||||
* The configuration also defines domestication (that is, the difference
|
||||
|
||||
Reference in New Issue
Block a user