shape_doc 0.1
/Users/mourrain/Devel/mmx/shape/include/shape/spec_dec.hpp
Go to the documentation of this file.
00001 #ifndef shape_spec_dec_hpp
00002 #define shape_spec_dec_hpp
00003 //--------------------------------------------------------------------
00004 # define SPEC_DEC(NAME, X)  \
00005 template<class K> struct NAME; \
00006 template<> struct NAME<X>
00007 
00008 #endif //shape_spec_dec_hpp