Opened 5 years ago
#13411 new Bugs
boost::container::small_vector move constructor/assignop not noexcept
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | container |
Version: | Boost 1.63.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Move-constructing or assigning a small_vector
should be noexcept
, if the value_type
permits it (being itself nothrow move constructible). This will make small_vectors more efficient, and more usable in call sites that require nothrow moves.
Note:
See TracTickets
for help on using tickets.