Refactoring

This commit is contained in:
iasonmanolas 2021-02-09 20:03:26 +02:00
parent de8569a483
commit 6c17b5008c
2 changed files with 2 additions and 1 deletions

View File

@ -380,7 +380,7 @@ public:
void Assert()
#ifdef _DEBUG
{
HETYPE ht=*this;
auto ht=*this;
ht.FlipT();
ht.FlipT();
assert(ht==*this);

View File

@ -30,6 +30,7 @@
#include <sstream>
#include <stdint.h>
#include <string>
#include <iomanip>
// Avoid conflicting declaration of min/max macros in windows headers