genericopenlibs/cppstdlib/stl/stlport/stl/config/host.h
changeset 52 bf6a71c50e42
parent 34 5fae379060a7
--- a/genericopenlibs/cppstdlib/stl/stlport/stl/config/host.h	Fri Jun 11 15:26:22 2010 +0300
+++ b/genericopenlibs/cppstdlib/stl/stlport/stl/config/host.h	Wed Aug 18 11:27:44 2010 +0300
@@ -109,9 +109,9 @@
  * its internal memory pool but only if STLport is used as a dynamic library
  * under Win32 (using MSVC like compilers).
  */
-/*
+
 #define _STLP_LEAKS_PEDANTIC 1
-*/
+
 
 /*
  * Uncomment _STLP_USE_NEWALLOC to force allocator<T> to use plain "new"