...ing logging 4.0

はてなブログに移行しました。D言語の話とかいろいろ。

2009-01-01から1日間の記事一覧

boost::ptr_vector

C++

あれー? ptr_vector<>::end()はptr_vector<>::const_iteratorで受けられないのか? #include <boost/ptr_container/ptr_vector.hpp> struct A{}; void f() { boost::ptr_vector<A> x; boost::ptr_vector<A>::const_iterator end = x.end(); // C2440 //どっちかならコンパイルできた //boost::ptr_vect</a></a></boost/ptr_container/ptr_vector.hpp>…