lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
functional.h
00001 /*****************************************************/
00002 /* lean Functional              (c) Tobias Zirr 2011 */
00003 /*****************************************************/
00004 
00005 #ifndef LEAN_FUNCTIONAL_FUNCTIONAL
00006 #define LEAN_FUNCTIONAL_FUNCTIONAL
00007 
00008 namespace lean
00009 {
00011     namespace functional { }
00012 }
00013 
00014 #include "callable.h"
00015 #include "hashing.h"
00016 
00017 #endif