8 #ifndef BOOSTER_MEMORY_INC_H 9 #define BOOSTER_MEMORY_INC_H 12 using std::enable_shared_from_this;
14 using std::shared_ptr;
15 using std::bad_weak_ptr;
16 using std::static_pointer_cast;
17 using std::dynamic_pointer_cast;
18 using std::const_pointer_cast;
Booster library namespace. The library that implements Boost Like API in ABI backward compatible way...
Definition: application.h:23