NFC: rename ConceptBound to IsBound

This commit is contained in:
Nathaniel Wesley Filardo
2022-07-01 12:30:31 +01:00
committed by Nathaniel Filardo
parent df1dbc997f
commit b2c75dffb7
14 changed files with 69 additions and 73 deletions

View File

@@ -79,7 +79,7 @@ namespace snmalloc
static inline uintptr_t domesticate_patch_value;
/* Verify that a pointer points into the region managed by this config */
template<typename T, SNMALLOC_CONCEPT(capptr::ConceptBound) B>
template<typename T, SNMALLOC_CONCEPT(capptr::IsBound) B>
static CapPtr<
T,
typename B::template with_wildness<capptr::dimension::Wildness::Tame>>