
----- Original Message ----- From: "Christopher Schmidt" <mr.chr.schmidt@online.de> To: <boost@lists.boost.org> Sent: Sunday, February 07, 2010 10:02 PM Subject: Re: [boost] [fusion] is there an adapter for C-arrays?
vicente.botet schrieb:
Hi,
I've the impression you have introduced a interface break as before the array directory was for boost_array, and now is for POD arrays?
I moved the functionality for boost::array to boost_array.hpp . boost_array.hpp is included by array.hpp though.
https://svn.boost.org/trac/boost/browser/trunk/boost/fusion/adapted/array.hp...
Do you mean that the files in 1.42, boost\fusion\adapted\array\* where not public,and that only the files at the adaptee level where public?
I used file prefixes in the c++0x port (array.hpp, boost_array.hpp, std_array.hpp) to distinguish between specific types and/or namespaces.
From a plain technical point of view this is a more convenient as the detail implementation of certain types may be shared across namespaces.
https://svn.boost.org/trac/boost/browser/sandbox/SOC/2009/fusion/boost/fusio...
Yes, this is more coherent than the current file naming, BTW mpl.hpp doesn't follows the rule. Vicente