feat(concept): add concepts that depend on templates such as Forward and add corresponding tests
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "CoreTypes.h"
|
||||
#include "TypeTraits/TypeTraits.h"
|
||||
#include "Concepts/Convertible.h"
|
||||
#include "TypeTraits/TypeTraits.h"
|
||||
#include "Concepts/Destructible.h"
|
||||
|
||||
#include <new>
|
||||
|
||||
|
Reference in New Issue
Block a user