Opened 11 years ago
Closed 10 years ago
#6514 closed Bugs (fixed)
[ublas] fix for has_trivial_constructor
Reported by: | Owned by: | Gunter | |
---|---|---|---|
Milestone: | Boost 1.52.0 | Component: | uBLAS |
Version: | Boost 1.48.0 | Severity: | Problem |
Keywords: | Cc: |
Description
has_trivial_constructor<complex<FLT> > should derive from has_trivial_constructor<FLT> in case FLT is not a simple type
Attachments (2)
Change History (5)
by , 11 years ago
Attachment: | traits.hpp.patch added |
---|
by , 11 years ago
Attachment: | traits.hpp.2.patch added |
---|
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Milestone: | To Be Determined → Boost 1.52.0 |
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
(In [80268]) boost/numeric/ublas/traits.hpp - apply patch, see #6514