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