[assign] Support for std::array
For compilers that support it (especially VS2010 or later), is or will there be support for std::array with boost::assign? For example list_of works with boost::array, but not std::array. I'm currently still on boost 1.50. If this has already been added to a post 1.50 build, then awesome. Hopefully, I'll be upgrading soon. Thanks, -- Bill
On 20-02-2013 18:17, Bill Buklis wrote:
For compilers that support it (especially VS2010 or later), is or will there be support for std::array with boost::assign? For example list_of works with boost::array, but not std::array. I'm currently still on boost 1.50. If this has already been added to a post 1.50 build, then awesome. Hopefully, I'll be upgrading soon.
Please add a ticket. -Thorsten
On 2/21/2013 4:10 AM, Thorsten Ottosen wrote:
On 20-02-2013 18:17, Bill Buklis wrote:
For compilers that support it (especially VS2010 or later), is or will there be support for std::array with boost::assign? For example list_of works with boost::array, but not std::array. I'm currently still on boost 1.50. If this has already been added to a post 1.50 build, then awesome. Hopefully, I'll be upgrading soon.
Please add a ticket.
-Thorsten
Done. See: https://svn.boost.org/trac/boost/ticket/8238 I look forward to it. Thanks, -- Bill
participants (2)
-
Bill Buklis
-
Thorsten Ottosen