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_DEPENDENCY_CONFIG 00006 #define LEAN_DEPENDENCY_CONFIG 00007 00008 #include "config/stdstd.h" 00009 #include "config/windows.h" 00010 00011 #ifdef DOXGEN_READ_THIS 00012 00013 00014 #define LEAN_FAST_STL 00015 #undef LEAN_FAST_STL 00016 #endif 00017 00018 #ifdef LEAN_FAST_STL 00019 #include "config/faststl.h" 00020 #endif 00021 00022 #endif