Subject: Re: [Boost-bugs] [Boost C++ Libraries] #1234: unbounded_array copy constructor does not compile with intel v 9.1
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-09-07 18:37:22
#1234: unbounded_array copy constructor does not compile with intel v 9.1
--------------------------------+-------------------------------------------
Reporter: heibel_at_[hidden] | Owner:
Type: Bugs | Status: new
Milestone: To Be Determined | Component: uBLAS
Version: Boost 1.34.1 | Severity: Problem
Resolution: | Keywords:
--------------------------------+-------------------------------------------
Comment (by heibel_at_[hidden]):
Sorry, really...
I am not sure what was wrong with me before. This is the correct sample
code:
{{{
#include <boost/numeric/ublas/vector.hpp>
int main(int argc, char* argv[])
{
typedef boost::numeric::ublas::vector<float,
boost::numeric::ublas::bounded_array<float, 4> > BVector4;
BVector4 a;
BVector4 b(a); // does not compile.
}
}}}
And I forgot to mention it before, but it is properly compiling under VC7.
Cheers,
Hauke
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1234#comment:1>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:49:56 UTC