#ifndef TEST_H #define TEST_H #include class test { public: static boost::ptr_map map_; test(); }; #endif // #ifndef TEST_H