- 458 名前:デフォルトの名無しさん [2009/04/28(火) 00:38:20 ]
- >>457さん
確認したのですが bind.hppのエラーしか出力されていないようです。 ちなみにエラー箇所はbind.hppの68行目で template<class F> struct result_traits<unspecified, F> { typedef typename F::result_type type; }; から出力されておりエラー内容は error C2825: 'F': '::' が後に続くときは、クラスまたは名前空間でなければなりません c:\includefiles\boost\bind.hpp error C2039: 'result_type' : '`global namespace'' のメンバではありません。c:\includefiles\boost\bind.hpp error C2146: 構文エラー : ';' が、識別子 'type' の前に必要です。c:\includefiles\boost\bind.hpp error C2208: 'boost::_bi::type' : メンバのない列挙型、構造体、共用体が定義されました。c:\includefiles\boost\bind.hpp error C1903: 直前のエラーを修復できません。コンパイルを中止します。c:\includefiles\boost\bind.hpp error C2039: 'result_type' : '`global namespace'' のメンバではありません。c:\includefiles\boost\bind.hpp error C2208: 'boost::_bi::type' : メンバのない列挙型、構造体、共用体が定義されました。c:\includefiles\boost\bind.hpp と記述されています。お手数ですがアドバイスお願いいたします。
|

|