[C++-sig] Renaming indexing_v2 directory [was Re: Merging indexing_v2 to mainline]

John Reid j.reid at mail.cryst.bbk.ac.uk
Fri May 9 17:50:56 CEST 2008


Raoul Gough wrote:
> I've been looking into making my indexing suite co-exist with the 
> original suite by Joel de Guzman. I think the easiest way is to move my 
> headers into a different directory called 
> boost/python/suite/indexing_v2. This would mean anybody already using 
> the "new" suite would have to change their #include directives, e.g.
> 
> #include <boost/python/suite/indexing/container_suite.hpp>
> #include <boost/python/suite/indexing/vector.hpp>
> 
> -->
> 
> #include <boost/python/suite/indexing_v2/container_suite.hpp>
> #include <boost/python/suite/indexing_v2/vector.hpp>
> 
> Does anyone have a strong opinion about this?
> 

Sounds good to me. Any news on when this might be in boost-trunk?

Thanks for the new suite,
John.




More information about the Cplusplus-sig mailing list