Boost logo

Boost :

Subject: Re: [boost] Proposal: boost::make_array()
From: Paul A. Bristow (pbristow_at_[hidden])
Date: 2013-01-25 13:00:27


> -----Original Message-----
> From: Boost [mailto:boost-bounces_at_[hidden]] On Behalf Of Joshua Napoli
> Sent: Thursday, January 17, 2013 7:35 PM
> To: boost_at_[hidden]
> Subject: Re: [boost] Proposal: boost::make_array()
>
> On Thu, Jan 17, 2013 at 4:55 AM, Paul A. Bristow <pbristow_at_[hidden]>wrote:
>
> >
> > > https://github.com/joshuanapoli/table.
> >
> > 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)?

Thanks.
 
> Sure thing. I just changed it to the boost license. I guess that you'll need a fallback for
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_at_[hidden]

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk