12 #ifndef SST_CORE_SERIALIZATION_STATICS_H 13 #define SST_CORE_SERIALIZATION_STATICS_H 22 using clear_fxn = void (*)(void);
24 static void register_finish(clear_fxn fxn);
29 static std::list<clear_fxn>* fxns_;
39 #define free_static_ptr(x) \ 45 #endif // SST_CORE_SERIALIZATION_STATICS_H