
23 Jun
2008
23 Jun
'08
9:34 a.m.
Steve Huston skrev:
I'm building a project that uses boost, and it insists on building with g++ -pedantic on Linux. This is causing an issue in ptr_container/ptr_vector.hpp (in boost 1.35 it's on line 47)
public:
BOOST_PTR_CONTAINER_DEFINE_SEQEUENCE_MEMBERS( ptr_vector, base_class, this_type );
It's been removed from trunk for some time. I just need to merge the changes, if it is allowed by the release team. -Thorsten