Add std/complex.hpp

This commit is contained in:
Yury Melnichek 2011-01-29 19:08:43 +01:00 committed by Alex Zolotarev
parent 830ab6868b
commit e60600c2da

14
std/complex.hpp Normal file
View file

@ -0,0 +1,14 @@
#pragma once
#include "common_defines.hpp"
#ifdef new
#undef new
#endif
#include <complex>
using std::complex;
#ifdef DEBUG_NEW
#define new DEBUG_NEW
#endif