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