From d6e12b7ce4bcbf0ccd1c07eb25de143422913c34 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Sun, 5 Dec 2010 19:24:16 +0300 Subject: One Month In Minsk. Made in Belarus. --- std/set.hpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 std/set.hpp (limited to 'std/set.hpp') diff --git a/std/set.hpp b/std/set.hpp new file mode 100644 index 0000000000..08824617f1 --- /dev/null +++ b/std/set.hpp @@ -0,0 +1,13 @@ +#pragma once +#include "common_defines.hpp" + +#ifdef new +#undef new +#endif + +#include +using std::set; + +#ifdef DEBUG_NEW +#define new DEBUG_NEW +#endif -- cgit v1.2.3