lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
|
00001 /*****************************************************/ 00002 /* lean Dependency Config (c) Tobias Zirr 2011 */ 00003 /*****************************************************/ 00004 00005 #ifndef LEAN_CONFIG_FASTSTL 00006 #define LEAN_CONFIG_FASTSTL 00007 00008 // Optimization 00009 #define _HAS_ITERATOR_DEBUGGING 0 00010 #define _SECURE_SCL 0 00011 #define _CRT_DISABLE_PERFCRIT_LOCKS 1 00012 00013 #endif