NFC: Add an AAL Concept, too
While here, pull out some constants to their own header. Eventually we'll want to match on AalFeatures in the AAL Concept.
This commit is contained in:
committed by
Matthew Parkinson
parent
a6d18f842a
commit
db0ca64ff3
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <type_traits>
|
||||
|
||||
/**
|
||||
* C++20 concepts are referenced as if they were types in declarations within
|
||||
* template parameters (e.g. "template<FooConcept Foo> ..."). That is, they
|
||||
|
||||
Reference in New Issue
Block a user