Opened 10 years ago
#7896 new Patches
boost::numeric::ublas::unbounded_array::operator= can call std::copy(0, 0, x)
Reported by: | Owned by: | Gunter | |
---|---|---|---|
Milestone: | To Be Determined | Component: | uBLAS |
Version: | Boost 1.53.0 | Severity: | Problem |
Keywords: | Cc: |
Description
This causes an assertion failure with Visual Studio 2008+2010 when _ITERATOR_DEBUG_LEVEL == 2
Attachments (1)
Note:
See TracTickets
for help on using tickets.
Proposed fix would be something like this