Refactoring
This commit is contained in:
parent
de8569a483
commit
6c17b5008c
|
@ -380,7 +380,7 @@ public:
|
|||
void Assert()
|
||||
#ifdef _DEBUG
|
||||
{
|
||||
HETYPE ht=*this;
|
||||
auto ht=*this;
|
||||
ht.FlipT();
|
||||
ht.FlipT();
|
||||
assert(ht==*this);
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
#include <sstream>
|
||||
#include <stdint.h>
|
||||
#include <string>
|
||||
#include <iomanip>
|
||||
|
||||
|
||||
// Avoid conflicting declaration of min/max macros in windows headers
|
||||
|
|
Loading…
Reference in New Issue