- 834 名前:デフォルトの名無しさん mailto:sage [2010/05/07(金) 23:09:10 ]
- //----hoge.hpp----
namespace detail { template <class T> struct hoge { typename T::piyo *p; }; } struct fuga { struct piyo { }; }; typedef detail::hoge<fuga> hoge; //----hoge.cpp---- #include "hoge.hpp" template struct detail::hoge<fuga>; うーん・・・
|

|