lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
util.h
00001 /*****************************************************/
00002 /* lean Memory                  (c) Tobias Zirr 2011 */
00003 /*****************************************************/
00004 
00005 #ifndef LEAN_MEMORY_UTIL
00006 #define LEAN_MEMORY_UTIL
00007 
00008 namespace lean
00009 {
00010 namespace memory
00011 {
00012 
00013 
00014 
00015 } // namespace
00016 
00017 using memory::alloc_construct;
00018 
00019 } // namespace
00020 
00021 #endif