perf(templates): fix the redefinition of Swap function in private namespaces

This commit is contained in:
2022-03-26 19:31:45 +08:00
parent 3150e07f6b
commit e1871de73b
4 changed files with 6 additions and 7 deletions

View File

@ -1,7 +1,9 @@
#pragma once
#include "CoreTypes.h"
#include "TypeTraits/TypeTraits.h"
#include "TypeTraits/CompositeType.h"
#include "TypeTraits/Miscellaneous.h"
#include "TypeTraits/SupportedOperations.h"
NAMESPACE_REDCRAFT_BEGIN
NAMESPACE_MODULE_BEGIN(Redcraft)