
-----Original Message----- From: Boost [mailto:boost-bounces@lists.boost.org] On Behalf Of Joshua Napoli Sent: Thursday, January 17, 2013 7:35 PM To: boost@lists.boost.org Subject: Re: [boost] Proposal: boost::make_array()
On Thu, Jan 17, 2013 at 4:55 AM, Paul A. Bristow <pbristow@hetp.u-net.com>wrote:
I may like to use this within a Boost.Math /Multiprecision example. Please can it be Boost licensed (with you maintaining the copyright of course)?
Sure thing. I just changed it to the boost license. I guess that you'll need a fallback for
Thanks. pre-C++11
compilers?
Well I had a quick try with clang31 but seemed to lack std::array and changing to use boost::array didn't work either. In file included from i:/boost-sandbox/table_array/libs/test/table_test.cpp:16: In file included from i:/boost-sandbox/table_array\boost/table_array/table.hpp:19: i:/boost-sandbox/table_array\boost/table_array/detail/seq_table.hpp:27:5: error: expected member name or ';' after declaration specifiers {} ^ VS 2012 also refuses to jump for me! (failing at many places ). Looks neat but a bit bleeding edge ;-) Paul --- Paul A. Bristow, Prizet Farmhouse, Kendal LA8 8AB UK +44 1539 561830 07714330204 pbristow@hetp.u-net.com