1 #ifndef BOOSTER_SMART_PTR_DETAIL_SP_CONVERTIBLE_HPP_INCLUDED 2 #define BOOSTER_SMART_PTR_DETAIL_SP_CONVERTIBLE_HPP_INCLUDED 13 #include <booster/config.h> 23 typedef char (&yes) [1];
24 typedef char (&no) [2];
29 enum _vt { value =
sizeof( f( static_cast<Y*>(0) ) ) ==
sizeof(yes) };
55 #endif // #ifndef BOOST_SMART_PTR_DETAIL_SP_CONVERTIBLE_HPP_INCLUDED Definition: sp_convertible.h:32
Definition: sp_convertible.h:21
Definition: sp_convertible.h:36
Definition: sp_convertible.h:47
Booster library namespace. The library that implements Boost Like API in ABI backward compatible way...
Definition: application.h:23