From a471524c3f19e1fa20e5e634f7a3933c7f3a039a Mon Sep 17 00:00:00 2001 From: vng Date: Thu, 30 Oct 2014 13:21:52 +0300 Subject: =?UTF-8?q?Minor=20refactoring=20-=20use=20=E2=80=9Cinitializer=5F?= =?UTF-8?q?list=E2=80=9D=20for=20getting=20classificator=20types.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- std/initializer_list.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 std/initializer_list.hpp (limited to 'std') diff --git a/std/initializer_list.hpp b/std/initializer_list.hpp new file mode 100644 index 0000000000..4e32ec2e0b --- /dev/null +++ b/std/initializer_list.hpp @@ -0,0 +1,14 @@ +#pragma once +#include "common_defines.hpp" + +#ifdef new +#undef new +#endif + +#include + +using std::initializer_list; + +#ifdef DEBUG_NEW +#define new DEBUG_NEW +#endif -- cgit v1.2.3