Opened 9 years ago
Closed 9 years ago
#9932 closed Bugs (fixed)
Missing assignment operator from related static_vector
Reported by: | Ion Gaztañaga | Owned by: | Ion Gaztañaga |
---|---|---|---|
Milestone: | Boost 1.56.0 | Component: | container |
Version: | Boost 1.55.0 | Severity: | Problem |
Keywords: | Cc: |
Description
static_vector is missing:
template <std::size_t C> static_vector & operator=(static_vector<value_type, C> const& other)
operator so that assignment from a related static_vector can compile on both C++03 and C++11 compilers.
Note:
See TracTickets
for help on using tickets.
In [develop 0b720f8]
Fixed #9916: "Allocator propagation incorrect in the assignment operator of most".
Fixed #9932: "Missing assignment operator from related static_vector".
Added missing details from issue #9915