- 415 名前:デフォルトの名無しさん mailto:sage [2009/12/20(日) 05:18:17 ]
- >>414
ありがとうございます、参考になります。 ところで、VC9 にて #include <boost/utility/value_init.hpp> #include <boost/wave/util/cpp_include_paths.hpp> をこの順にインクルードするとコンパイルエラーになります。 >e:\library\c++\boost\boost_1_42_vc2008_svn58453\boost\aligned_storage.hpp(79) : error C2872: 'detail' : あいまいなシンボルです。 > 'boost::detail' である可能性があります。 > または 'boost::multi_index::detail' >e:\library\c++\boost\boost_1_42_vc2008_svn58453\boost\aligned_storage.hpp(53) : error C2872: 'detail' : あいまいなシンボルです。 > 'boost::detail' である可能性があります。 > または 'boost::multi_index::detail' おそらく aligned_storage.hpp 内のソースで boost::detail::aligned_storage のスコープで detail::ほげほげ と(boost::detail のつもりで)しているので 他スコープの detail 名前空間と衝突しているのかと。 Boost 1.40〜1.42 で確認。
|

|