- 795 名前:デフォルトの名無しさん mailto:sage [2010/03/13(土) 02:43:02 ]
- namespace boost {
namespace detail { struct none_helper{}; } typedef int detail::none_helper::*none_t ; } // namespace boost namespace boost { none_t const none = ((none_t)0) ; } // namespace boost このコードはいったい何をしようとしてるわけ?
|

|