Remove old code

This commit is contained in:
Wojtek Figat
2025-01-24 11:08:31 +01:00
parent dffc6ea24d
commit 80a44b5f5c
13 changed files with 2 additions and 183 deletions

View File

@@ -234,6 +234,8 @@ struct TIsCopyConstructible
enum { Value = __is_constructible(T, typename TAddLValueReference<typename TAddConst<T>::Type>::Type) };
};
// Checks if a type has a move constructor.
template<typename T>
struct TIsMoveConstructible
{