Opened 12 years ago
Closed 10 years ago
#4862 closed Bugs (duplicate)
generalized_vector_of_vector compile error
Reported by: | Owned by: | Gunter | |
---|---|---|---|
Milestone: | Boost 1.47.0 | Component: | uBLAS |
Version: | Boost 1.44.0 | Severity: | Showstopper |
Keywords: | Cc: |
Description
Instantiation of a boost::numeric::ublas::generalized_vector_of_vector fails due to compiler error using gcc 4.5.1 (fedora 14 64bit)
This worked with some gcc-versions prior to the one mentioned (tested against 4.4.4 and 3.4.6)
Sample code and error message were attached.
Attachments (2)
Change History (8)
by , 12 years ago
Attachment: | vector.cpp added |
---|
comment:1 by , 12 years ago
Summary: | he gcc output: → generalized_vector_of_vector compile error |
---|
comment:2 by , 12 years ago
Milestone: | Boost-1.45.0 → Boost-1.46.0 |
---|
It's too late for 1.45, which is to be release imminently. Setting the milestone appropriately.
comment:4 by , 12 years ago
Milestone: | Boost 1.46.0 → Boost 1.47.0 |
---|
Missed the window for 1.46. Pushing it back ...
comment:6 by , 10 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
duplicate of #7363 solution will be tracked there
Note:
See TracTickets
for help on using tickets.
sample code to reproduce the error